 |
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: 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
RemarksThe 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