Show / Hide Table of Contents

Enum TextExtractor.XMLOutputFlags

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

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public enum 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.

In This Article
Back to top Generated by DocFX