Click or drag to resize

HtmlToPdfClientsetViewerHideWindowUI Method

Set a flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed. The default value is False.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setViewerHideWindowUI(
	bool viewerHideWindowUI
)

Parameters

viewerHideWindowUI
Type: SystemBoolean
Hide window UI or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also