|
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:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public int StartPageNumber { get; set; }
Public Property StartPageNumber As Integer
Get
Set
Property Value
Type:
Int32See Also