TextLayout Enumeration

The possible layouts of the resulted text

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public enum TextLayout

Members

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