ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / ImGearThumbnailList Class / ArtDataServiceOption Property




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