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