PdfAccessibilityOptionsInsertMissingTableHeaders Property

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public bool InsertMissingTableHeaders { get; set; }

Property Value

Boolean

See Also