ExcelToPdfDocumentOptionsConvertOnlyFirstWorksheet Property

Gets or sets a value indicating whether only the first worksheet of the workbook should be converted. When false, all worksheets in the workbook are converted. The default value is false

Definition

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

Property Value

Boolean

See Also