PdfDocumentOptionsPdfPageOrientation Property |
This property controls the page orientation of the rendered PDF document pages. The default orientation
is Portrait.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic PDFPageOrientation PdfPageOrientation { get; set; }
Public Property PdfPageOrientation As PDFPageOrientation
Get
Set
Property Value
Type:
PDFPageOrientation
See Also