Winnovative PDF to Text Documentation

TextLayout Enumeration

Winnovative PDF to Text
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

public enum TextLayout
Members

  Member nameValueDescription
OriginalLayout0 The resulted text preserves the visual layout of the text in PDF document
ReadingLayout1 The resulted text preserves the reading order of the text in PDF document
TableModeLayout2 The resulted text preserves the visual layout of the text as much as possible in a table format
FixedLineSpacingLayout3 The resulted text uses a fixed font with fixed line spacing
PdfInternalOrderLayout4 The resulted text is output keeping the internal order of the text in PDF document
See Also

Reference