Gets or sets a value indicating 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.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool HideWindowUI { get; set; }
VB
Public Property HideWindowUI As Boolean
Get
Set
Property Value
Type:
Booleantrue if to hide user interface elements in the
document's window (such as scroll bars and navigation controls),
leaving only the document's contents displayed;
otherwise,
false.
See Also