The possible layouts of the resulted text
Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| OriginalLayout | 0 | The resulted text preserves the visual layout of the text in PDF document | |
| ReadingLayout | 1 | The resulted text preserves the reading order of the text in PDF document | |
| TableModeLayout | 2 | The resulted text preserves the visual layout of the text as much as possible in a table format | |
| FixedLineSpacingLayout | 3 | The resulted text uses a fixed font with fixed line spacing | |
| PdfInternalOrderLayout | 4 | The resulted text is output keeping the internal order of the text in PDF document |
See Also