Click or drag to resize
Pdf Library for .NET

PdfTagType Enumeration

The logical-structure (tagged PDF) type assigned to a page element when the document is generated as a tagged PDF (see Tagged). These map to the standard PDF structure types used for accessibility (PDF/UA) and PDF/A-3a conformance.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public enum PdfTagType
Members
Member nameValueDescription
Document0A complete document. (Structure type: Document)
Part1A large-scale division of a document. (Structure type: Part)
Section2A container for grouping related content. (Structure type: Sect)
Division3A generic block-level grouping element. (Structure type: Div)
Paragraph4A paragraph. (Structure type: P)
Heading5A generic heading. (Structure type: H)
Heading16A first-level heading. (Structure type: H1)
Heading27A second-level heading. (Structure type: H2)
Heading38A third-level heading. (Structure type: H3)
Heading49A fourth-level heading. (Structure type: H4)
Heading510A fifth-level heading. (Structure type: H5)
Heading611A sixth-level heading. (Structure type: H6)
Span12An inline portion of text. (Structure type: Span)
Figure13An image or other graphic. Requires alternate text. (Structure type: Figure)
List14A list. (Structure type: L)
ListItem15A list item. (Structure type: LI)
ListBody16The descriptive content of a list item. (Structure type: LBody)
Label17A label, e.g. a list item bullet/number. (Structure type: Lbl)
Table18A table. (Structure type: Table)
TableRow19A table row. (Structure type: TR)
TableHeader20A table header cell. (Structure type: TH)
TableDataCell21A table data cell. (Structure type: TD)
Caption22A caption for a figure or table. (Structure type: Caption)
Link23A hyperlink. (Structure type: Link)
Quote24A quotation. (Structure type: Quote)
Note25A note, e.g. a footnote or endnote. (Structure type: Note)
Reference26A reference to other content. (Structure type: Reference)
Code27A fragment of computer code. (Structure type: Code)
TableOfContents28A table of contents. (Structure type: TOC)
TableOfContentsItem29A table of contents item. (Structure type: TOCI)
Form30A form field. (Structure type: Form)
See Also