PdfViewerPreferencesHideWindowUI Property |
(Optional) 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: .
Namespace:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1067
Syntaxpublic bool HideWindowUI { get; set; }
Public Property HideWindowUI As Boolean
Get
Set
Property Value
Type:
Boolean
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.
See Also