ImageGear for .NET
ArtDataServiceOption Property




Gets or sets a value indicating the service option required for handling annoations data.
Syntax
'Declaration
 
<DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")>
<CategoryAttribute("ImGearThumbnailList Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
Public Property ArtDataServiceOption As ImGearArtDataServices
'Usage
 
Dim instance As ImGearThumbnailList
Dim value As ImGearArtDataServices
 
instance.ArtDataServiceOption = value
 
value = instance.ArtDataServiceOption
[DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public ImGearArtDataServices ArtDataServiceOption {get; set;}
[DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
public: __property ImGearArtDataServices get_ArtDataServiceOption();
public: __property void set_ArtDataServiceOption( 
   ImGearArtDataServices value
);
[DescriptionAttribute("An enumeration value representing options for displaying and/or saving annotations.")]
[CategoryAttribute("ImGearThumbnailList Properties")]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback