Click or drag to resize
Pdf Library for .NET

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; }

Property Value

Type: Int32
See Also