VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / HideMenubar Property
Синтаксис Требования Смотрите также
В этом разделе
    HideMenubar Свойство (PdfDocumentViewerPreferences)
    В этом разделе
    Возвращает или задает значение, указывающее, скрывать ли строку меню приложения для просмотра, когда документ активен.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether to hide the viewer application's menu bar when the document is active.")>
    Public Property HideMenubar As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")]
    public bool HideMenubar { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")]
    public: __property bool get_HideMenubar();
    public: __property void set_HideMenubar(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether to hide the viewer application's menu bar when the document is active.")]
    public:
    property bool HideMenubar { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - false.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также