|
HtmlToPdfOptionsPdfPageOrientation Property
|
This property controls the page orientation of the generated pdf document pages.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfPageOrientation PdfPageOrientation { get; set; }Public Property PdfPageOrientation As PdfPageOrientation
Get
Set
Property Value
PdfPageOrientation
RemarksThe default pdf page orientation is
Portrait.
See Also