 |
PdfToolStartPageNumber Property |
The page number from where the current operation will start on the PDF file.
The default value is 1 which means that the operation will start from the first page.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic int StartPageNumber { get; set; }Public Property StartPageNumber As Integer
Get
Set
Property Value
Int32
See Also