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.PdfAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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