VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotatedThumbnailViewer Class / ShowAnnotations Property
Синтаксис Требования Смотрите также
В этом разделе
    ShowAnnotations Свойство (AnnotatedThumbnailViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, отображает ли просмотрщик миниатюр аннотации к миниатюрам.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <CategoryAttribute("VintaSoft, Annotation")>
    <DescriptionAttribute("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")>
    Public Property ShowAnnotations As Boolean
    
    
    [DefaultValue(True)]
    [Category("VintaSoft, Annotation")]
    [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")]
    public bool ShowAnnotations { get; set; }
    
    
    [DefaultValue(True)]
    [Category("VintaSoft, Annotation")]
    [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")]
    public: __property bool get_ShowAnnotations();
    public: __property void set_ShowAnnotations(
    bool value
    );
    [DefaultValue(True)]
    [Category("VintaSoft, Annotation")]
    [Description("A value indicating whether the thumbnail viewer shows annotations on thumbnails.")]
    public:
    property bool ShowAnnotations { bool get(); void set(bool value); }

    Property Value

    True - аннотации отображаются на миниатюрах в просмотрщике; false - аннотации не отображаются на миниатюрах в просмотрщике. Значение по умолчанию - true.
    Требования

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

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