ExcelToPdfDocumentOptionsPageOrientation Property

This property controls the orientation of the pages of the PDF document generated by the Excel to PDF converter. This property is used only when UsePageSettingsFromExcel is set to false. The default orientation is Portrait

Definition

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

Property Value

PdfPageOrientation

See Also