WordToPdfDocumentOptionsPageOrientation Property

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

Definition

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

Property Value

PdfPageOrientation

See Also