ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisTagRationalDenominatorCollection class / getTagRationalDenominator Method

In This Topic
    getTagRationalDenominator Method
    In This Topic
    Returns the item in the collection at the index specified.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function getTagRationalDenominator( 
       index : number(Integer)
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearIsisTagRationalDenominatorCollection.getTagRationalDenominator(number(Integer));

    Parameters

    index
    The zero-based index of the item to return.
    Remarks

    This function returns the item located at the index in the collection.

    See Also