Enum TextExtractor.XMLOutputFlags
Flags controlling the structure of XML output in a call to GetAsXML().
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum TextExtractor.XMLOutputFlags
Fields
Name | Description |
---|---|
e_none | |
e_output_bbox | Include bounding box information for each XML element. The bounding box information will be stored as 'bbox' attribute. |
e_output_style_info | Include font and styling information. |
e_words_as_elements | Output words as XML elements instead of inline text. |