PdfDocumentOptionsPdfPageOrientation Property

This property controls the orientation of the pages of the PDF document generated by the HTML to PDF converter. The default orientation is Portrait

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public PdfPageOrientation PdfPageOrientation { get; set; }

Property Value

PdfPageOrientation

Remarks

How the page width, the layout width and the zoom work together, with the settings for the usual cases, is described in the "HTML to PDF Page Setup and Scaling" topic: HTML to PDF Page Setup and Scaling

See Also