Property TaggedPdf
- Namespace
- DocWright
- Assembly
- DocWright.dll
TaggedPdf
Gets or sets a value indicating whether the PDF carries logical structure (a tagged PDF): a structure tree, marked content, and artifacts for page furniture. Default false.
public bool TaggedPdf { get; set; }
Property Value
Remarks
Tagging is a mode, exactly as Conformance is, and off by default so existing output is unchanged byte for byte. It is independent of PDF/A: PDF/A-2b does not require tagging (that is level a), and the two can be enabled separately or together.