Method SortByPosition
SortByPosition(Boolean)
The order of text tokens in a PDF file may differ from the visual position on the screen or on paper.
Declaration
public TextArgs SortByPosition(bool sortByPosition)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | sortByPosition | True if the text extraction shall order by position. |
Returns
| Type | Description |
|---|---|
| TextArgs | The changed text args. |