Click or drag to resize

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
)

Parameters

viewerHideWindowUI
Type: SystemBoolean
Hide window UI or not.

Return Value

Type: PdfMergeClient
Reference to the current object.
See Also