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

In This Topic
    integerList Property
    In This Topic
    Gets the available integer choice values.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_integerList() : ImGearIsisTagIntegerCollection
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagChoices.get_integerList();
    Remarks
    Use this property when ChoiceKind is set to list. If the value of the TagType property is Rational, then this property specifies the choices for the numerator. If the value of the TagType property is anything other than Integer or Rational, then this property is null.
    See Also