 |
PdfHtmlElementTagged Property |
Produce tagged, accessible (PDF/UA-style) logical structure from this HTML element's
rendered content. The structure is taken from the rendering engine's own tagged output and
re-mapped onto the host document as the element is stamped, exactly like the
HtmlToPdf converter's
Options.Tagged.
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
The default value is False. Tagging only takes effect when the host
PdfDocument is itself tagged (its
Tagged property is set, or it was
created with
PdfStandard.PdfA3A); in that case the element is tagged automatically
even if this property is left False, unless the element is added as an
[!:PdfElement.Artifact].
Honored by the Blink and Chromium rendering engines.
This is a commercial feature available only in the full Select.Pdf library, not in the
free Select.HtmlToPdf community edition.
See Also