TextLayout Enumeration
The possible layouts of the resulted text
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
Public Enumeration TextLayout
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
|