ImageGear .NET - Updated
ArtDataServiceOption Property




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : ArtDataServiceOption Property
Gets or sets a value indicating the service option required for handling annoations data.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")>
Public Property ArtDataServiceOption As ImGearArtDataServices
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearArtDataServices
 
instance.ArtDataServiceOption = value
 
value = instance.ArtDataServiceOption
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public ImGearArtDataServices ArtDataServiceOption {get; set;}
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public: __property ImGearArtDataServices get_ArtDataServiceOption();
public: __property void set_ArtDataServiceOption( 
   ImGearArtDataServices value
);
[Browsable(true)]
[DefaultValue()]
[Category("ImGearThumbnailList Properties")]
[Description("An enumeration value representing options for displaying and/or saving annotations.")]
public:
property ImGearArtDataServices ArtDataServiceOption {
   ImGearArtDataServices get();
   void set (    ImGearArtDataServices value);
}

Property Value

The enumeration value that represents, ImGearArtDataServices. It represents options for services to be used for fetching and saving annotations (Art Data) from the server.
Remarks
This property specifies the option for handling annotations data. It must be set to one of the values in the enumeration ImGearArtDataServices.

The default value is ImageGear.Web.UI.ArtDataServices.ArtDataService

. indicating the ImageGear Art data service will be used to obtain annotations data from the server.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members