HtmlToPdfClientsetPageOrientation Method |
Set PDF page orientation. Default value is Portrait.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setPageOrientation(
PageOrientation pageOrientation
)
Public Function setPageOrientation (
pageOrientation As PageOrientation
) As HtmlToPdfClient
Parameters
- pageOrientation
- Type: SelectPdf.ApiPageOrientation
PDF page orientation.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also