PdfDocumentOptionsAccessibilityOptions Property

Gets the options that control accessibility of the generated PDF document These settings only take effect when a PDF/UA or PDF/A standard requiring a tagged structure tree is selected via PdfStandard

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfAccessibilityOptions AccessibilityOptions { get; }

Property Value

PdfAccessibilityOptions

See Also