Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsPdfPageOrientation Property

This property controls the page orientation of the generated pdf document pages.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfPageOrientation PdfPageOrientation { get; set; }

Property Value

Type: PdfPageOrientation
Remarks
The default pdf page orientation is Portrait.
See Also