ExcelToPdfDocumentOptionsUsePageSettingsFromExcel Property

Gets or sets a value indicating whether to import page setup settings (paper size, margins, orientation) from the workbook and apply them to PdfDocumentOptions before rendering. 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 UsePageSettingsFromExcel { get; set; }

Property Value

Boolean

See Also