'Declaration <DescriptionAttribute("Determines that annotations are shown on the thumbnail image.")> <DefaultValueAttribute(True)> <CategoryAttribute("VintaSoft, Annotation")> Public Property ShowAnnotations As Boolean
[Description("Determines that annotations are shown on the thumbnail image.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public bool ShowAnnotations { get; set; }
[Description("Determines that annotations are shown on the thumbnail image.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations(
bool value
);
[Description("Determines that annotations are shown on the thumbnail image.")] [DefaultValue(True)] [Category("VintaSoft, Annotation")] public:
property bool ShowAnnotations { bool get(); void set(bool value); }
Property Value
true - аннотации отображаются на миниатюре изображения; false - аннотации не отображаются на миниатюре изображения. Значение по умолчанию - true.