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
Syntaxpublic PdfToTextClient setEndPage(
int endPage
)
Public Function setEndPage (
endPage As Integer
) As PdfToTextClient
Parameters
- endPage
- Type: SystemInt32
End page number (1-based).
Return Value
Type:
PdfToTextClientReference to the current object.
See Also