ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisTagChoices class
Members

In This Topic
    ImGearIsisTagChoices class
    In This Topic
    The set of choices that are valid for an ISIS tag.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.Isis.ImGearIsisTagChoices = function() {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.Isis.ImGearIsisTagChoices();
    Remarks
    The set of choices that are valid for an ISIS tag. The ChoiceKind property describes how to specify the set of choices that are available for the tag. For numerical tags, there are two options: If ChoiceKind is set to list, use the TypeList properties to specify the items in the list. If ChoiceKind is set to range, use the MinType, MaxType, and StepType properties to specify the range of valid choices.
    Inheritance Hierarchy

    Object
       ImageGear.Web.Isis.ImGearIsisTagChoices

    See Also