PdfAccessibilityOptions Class

Controls the accessibility settings of the generated PDF document. These settings take effect only when a PDF/UA or PDF/A standard requiring a tagged structure tree is selected using the PdfStandard property

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public class PdfAccessibilityOptions
Inheritance
Object    PdfAccessibilityOptions

Constructors

PdfAccessibilityOptionsInitializes a new instance of the PdfAccessibilityOptions class

Properties

AddMissingImageAlternateText Gets or sets a value indicating whether images referenced in the PDF structure that do not have alternate text receive a default value. The default value is
InsertMissingTableHeaders Gets or sets a value indicating whether an artificial header row is inserted at the top of tables that do not contain header cells in the generated PDF document. The default value is

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also