The possible layouts of the resulted text
Namespace: Winnovative.PdfToText
Assembly: WnvPdfToText (in WnvPdfToText.dll) Version: 10.0.0.0 (10.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