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

Property Value

Boolean

See Also