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

In This Topic
    maxDenominatorValue Property
    In This Topic
    Gets the maximum rational denominator choice value.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function get_maxDenominatorValue() : number(Integer)
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagChoices.get_maxDenominatorValue();
    Remarks
    Use this property when ChoiceKind is set to range. If the value of the TagType property is anything other than Rational, then this property is null.
    See Also