Click or drag to resize
Pdf Library for .NET

PdfHtmlSectionTagged Property

Produce tagged, accessible (PDF/UA-style) logical structure from this HTML section's rendered content. The structure is taken from the rendering engine's own tagged output and re-mapped onto the host document as the section 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 section is tagged automatically even if this property is left False, unless it is stamped as a decorative artifact (e.g. a running header or footer). 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