Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ViewerPreferences Class / HideWindowUI Property

In This Topic
    HideWindowUI Property
    In This Topic
    Gets or sets 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.

    Syntax
    'Declaration
     
    Public Property HideWindowUI As System.Boolean
    public System.bool HideWindowUI {get; set;}
    See Also