 |
PdfDocumentTagged Property |
Gets or sets whether the document is generated as a tagged (accessible) PDF.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntaxpublic bool Tagged { get; set; }Public Property Tagged As Boolean
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