Click or drag to resize
PdfToTextConverterEndPageNumber Property
The page number where the text extraction will end. The default value is 0 which means that all the PDF document text will be extracted starting from the StartPageNumber page.

Namespace: ExpertPdf
Assembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntax
public int EndPageNumber { get; set; }

Property Value

Type: Int32
See Also