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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next.ExcelToPdf (in Winnovative.Pdf.Next.ExcelToPdf.dll) Version: 20.0.0
C#
public bool DisplayWorksheetTitle { get; set; }

Property Value

Boolean

See Also