Click or drag to resize

TextExtractorXMLOutputFlags Enumeration

Flags controlling the structure of XML output in a call to TextExtractor.GetAsXML().

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum TextExtractorXMLOutputFlags
Members
  Member nameValueDescription
e_none0
e_words_as_elements1Output words as XML elements instead of inline text.
e_output_bbox2Include bounding box information for each XML element. The bounding box information will be stored as 'bbox' attribute.
e_output_style_info4Include font and styling information.
See Also