ImageGear .NET - Updated
ArtEnableMode Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : ArtEnableMode Property
Gets or sets a value indicating whether the annotations are required.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailView Properties")>
<BrowsableAttribute(True)>
<DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")>
<DefaultValueAttribute()>
Public Property ArtEnableMode As ArtEnableOption
'Usage
 
Dim instance As ThumbnailView
Dim value As ArtEnableOption
 
instance.ArtEnableMode = value
 
value = instance.ArtEnableMode
[Category("ThumbnailView Properties")]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
[DefaultValue()]
public ArtEnableOption ArtEnableMode {get; set;}
[Category("ThumbnailView Properties")]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
[DefaultValue()]
public: __property ArtEnableOption get_ArtEnableMode();
public: __property void set_ArtEnableMode( 
   ArtEnableOption value
);
[Category("ThumbnailView Properties")]
[Browsable(true)]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
[DefaultValue()]
public:
property ArtEnableOption ArtEnableMode {
   ArtEnableOption get();
   void set (    ArtEnableOption value);
}

Property Value

The enumeration value represents options for displaying and/or saving annotations (Art Data) on images.ArtEnableOption
Remarks
This property specifies the option for showing and saving annotations on the displayed images. It must be set to one of the values in the enumeration ArtEnableOption.

The default value is is ArtEnableOption.None

. In this mode the annotations are not displayed.
See Also

Reference

ThumbnailView Class
ThumbnailView Members