Click or drag to resize
Pdf Library for .NET

PdfDocumentTagged Property

Gets or sets whether the document is generated as a tagged (accessible) PDF.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public bool Tagged { get; set; }

Property Value

Boolean
Remarks
When enabled, page elements that have a TagType assigned are added to the document's logical structure tree, producing a tagged PDF suitable for accessibility (PDF/UA) and PDF/A-3a conformance. Set the document Language as well. The default value is false.

This is a commercial feature available only in the full Select.Pdf library, not in the free Select.HtmlToPdf community edition.

See Also