Click or drag to resize
Pdf Library for .NET

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: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public int EndPageNumber { get; set; }

Property Value

Int32
See Also