Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsTagged Property

Produce a tagged, accessible PDF (PDF/UA-style logical structure) from the rendered HTML. The structure (headings, paragraphs, lists, tables, figures with alternate text, links and reading order) is taken from the rendering engine's own tagged output and re-mapped onto the generated document. Currently supported by the Blink rendering engine.

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 of this property 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