Click or drag to resize

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
)

Parameters

pageOrientation
Type: SelectPdf.ApiPageOrientation
PDF page orientation.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also