Method End
End(Int32)
Sets the page where to inclusively end 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 End(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. |