Text |
Options for text extraction
This class specifies the details of text extraction.public class TextOptions : NativeObject
The TextOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| TextOptions |
| Name | Description | |
|---|---|---|
| AdvanceWidth | The horizontal space in a PDF that corresponds to a character in monospaced text output. If , the horizontal space is 7.2pt. Default value: | |
| ExtractionFormat | Format of the extracted text. Specifies the format of the extracted text. Default value: DocumentOrder | |
| LineHeight | The vertical space in a PDF that triggers a new line in monospaced text output. If , no extra blank lines are added in the text output. Default value: | |
| WordSeparationFactor | This parameter defines a factor multiplied by the width of the space character to determine word boundaries. If the distance between two characters exceeds this calculated value, it is recognized as a word separation. Default value: 0.3 |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) |