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