Click or drag to resize

PdfToTextClientsetEndPage Method

Set End Page number. Default value is 0 (process till the last page of the document).

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public PdfToTextClient setEndPage(
	int endPage
)

Parameters

endPage
Type: SystemInt32
End page number (1-based).

Return Value

Type: PdfToTextClient
Reference to the current object.
See Also