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.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfPageOrientation PdfPageOrientation { get; set; }

Property Value

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