A flag specifying whether to hide user interface elements in the documents window (such as scroll bars and navigation controls), leaving only the documents contents displayed.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool HideWindowUI { get; set; }
Public Property HideWindowUI As Boolean
	Get
	Set
public:
property bool HideWindowUI {
	bool get ();
	void set (bool value);
}
member HideWindowUI : bool with get, set

Property Value

Boolean

See Also