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. Default value: False.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Boolean

See Also