ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / artServiceOption Property

In This Topic
    artServiceOption Property
    In This Topic
    Indicates image data Service option.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_artServiceOption() : ImGearArtDataServices
    function set_artServiceOption(value : ImGearArtDataServices)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPageView.get_artServiceOption();
    Remarks

    This property lets you choose ImageGear Art Data Service.

    If the PageView control is created using client side API and annotations data are required from the server either for reading or for updating, then this property value must be set to the enumeration field ImageGear.Web.UI.ImGearArtDataServices.ArtDataService.

    See Also