Method Start
Start(Int32)
Sets the page where to start the text extraction. Positive numbers including zero are offsets to the first page. Negative numbers are offsets to an imaginary page after the last document page.
Declaration
public TextArgs Start(int page)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | page | The page. For example, the start page (0), first page(0), -1 is last page. |
Returns
Type | Description |
---|---|
TextArgs | Changed text args. |