ExcelToPdfDocumentOptionsPageSize Property

This property controls the page size of the PDF document generated by the Excel to PDF converter. This property is used only when UsePageSettingsFromExcel is set to false. The default page size is A4

Definition

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

Property Value

PdfPageSize

See Also