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
Namespace: EvoPdf.NextAssembly: EvoPdf.Next.ExcelToPdf (in EvoPdf.Next.ExcelToPdf.dll) Version: 14.0.0
public bool UsePageSettingsFromExcel { get; set; }
Property Value
Boolean