Click or drag to resize

PdfToTextClientsetStartPage Method

Set Start Page number. Default value is 1 (first page of the document).

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

Parameters

startPage
Type: SystemInt32
Start page number (1-based).

Return Value

Type: PdfToTextClient
Reference to the current object.
See Also