Click or drag to resize
Pdf Library for .NET

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: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.3
Syntax
public bool Tagged { 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