ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisTagValue class / integerValue Property

In This Topic
    integerValue Property
    In This Topic
    Gets the choice value of the tag when its data type is Integer, or the numerator when its data type is Rational.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_integerValue() : number(Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagValue.get_integerValue();
    See Also