ImageGear .NET - Updated
ImGearIsisTagChoices class
Members  

ImageGear.Web.Isis Library > ImageGear.Web.Isis Namespace : ImGearIsisTagChoices class
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

Reference

ImGearIsisTagChoices Members
ImageGear.Web.Isis Namespace