PdfStructureType Enumeration

Identifies the PDF logical structure role attached to a content element when the document is tagged

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfStructureType

Members

Artifact0 Decorative content excluded from the structure tree
Article1Generic article such as a self-contained body of text
Section2Generic section grouping related elements
Division3Generic block-level grouping with no specific role
BlockQuote4Block-level quotation
Caption5Caption accompanying a Figure, Formula or Table
Paragraph6Paragraph. Default for PdfTextElement
Heading17First-level heading
Heading28Second-level heading
Heading39Third-level heading
Heading410Fourth-level heading
Heading511Fifth-level heading
Heading612Sixth-level heading
Span13Generic inline portion of text
Quote14Inline portion attributed to someone other than the author
Note15A footnote or endnote
Reference16Reference to other content, such as a footnote callout
Code17Fragment of computer program text
Figure18 Illustrative item such as a graphic or photograph. Default for PdfImageElement
Formula19Mathematical formula
NonStructural20 Non-structural grouping element whose descendants are treated by assistive technology as if attached to its parent

See Also