HtmlToPdfClientsetViewerPageLayout Method |
Set the page layout to be used when the document is opened in a PDF viewer. The default value is PageLayout.OneColumn.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setViewerPageLayout(
PageLayout pageLayout
)
Public Function setViewerPageLayout (
pageLayout As PageLayout
) As HtmlToPdfClient
Parameters
- pageLayout
- Type: SelectPdf.ApiPageLayout
Page layout.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also