ExcelToPdfDocumentOptionsDisplayWorksheetTitle Property

Gets or sets a value indicating whether the worksheet title is displayed at the top of each worksheet in the PDF document. The default value is true

Definition

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

Property Value

Boolean

See Also