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
)
Public Function setViewerHideWindowUI (
viewerHideWindowUI As Boolean
) As HtmlToPdfClient
Parameters
- viewerHideWindowUI
- Type: SystemBoolean
Hide window UI or not.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also