ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfViewerPreferences Class / HideMenuBar Property

In This Topic
    HideMenuBar Property (PdfViewerPreferences)
    In This Topic
    Gets or sets whether to hide the viewer menu bar when the document is active.
    Syntax
    'Declaration
     
    
    Public Property HideMenuBar As Boolean
    public bool HideMenuBar {get; set;}
    See Also