Home > BSPrinter documentation > Reference

StartingPageNumber Property

Applies to: PrintPreview, IPrinterEx object

Type: Long


Description:

Returns or sets the page number to be printed on the first page, or with a negative value on which page the page numbering will start.

The default value is 1.

Note: If the value is less than 1, then it will set on wich page the page numbers will start.
For example, if this property is set to -2, the page numbers will start on the fouth page:
Fist page: -2, no page number, second page: -1, no page number either, third page: 0, still no page number, fourth page: 1, the page number is printed here, the page numbering starts on this page.

See Also:

PrintPageNumbers property
ShowFirstPageNumber property
FromPage property