Class TextExtractionOrder
Strategy for determining word order when extracting text
Inheritance
System.Object
TextExtractionOrder
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class TextExtractionOrder : Enum
Fields
LogicalOrder
Text is extracted in the order it was originally drawn onto the document
Declaration
public const TextExtractionOrder LogicalOrder
Field Value
Type | Description |
---|---|
TextExtractionOrder |
Remarks
Useful for documents which may have complicated layouts which should be retained (e.g. columns)
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
VisualOrder
Text is extracted in order of appearance on the document, from top left to bottom right
Declaration
public const TextExtractionOrder VisualOrder
Field Value
Type | Description |
---|---|
TextExtractionOrder |
Remarks
Useful for documents which have been heavily modified after original creation