|
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; }
Public Property PdfPageOrientation As PdfPageOrientation
Get
Set
Property Value
Type:
PdfPageOrientationRemarks The default pdf page orientation is
Portrait.
See Also