ImageGear for .NET
stepDenominatorValue Property
See Also  Send comments on this topic.
ImageGear.Web.Isis Namespace Client API Library > ImageGear.Web.Isis Namespace > ImGearIsisTagChoices Class : stepDenominatorValue Property

Glossary Item Box

Gets the difference between sequential rational denominator choice values. Otherwise, this value is null.

Syntax

ASP.NET Ajax Javascript (Specification) 
function get_stepDenominatorValue() : number(Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearIsisTagChoices.get_stepDenominatorValue();

Remarks

Use this property when ChoiceKind is set to range. If x is the value of the MinDenominatorValue property and s is the value of the StepDenominatorValue property, then the available choices are x, x + s, x + 2s, and so forth, up to a maximum of the value of the MaxDenominatorValue property. If the value of the TagType property is anything other than Rational, then this property is null.

See Also

©2013. Accusoft Corporation. All Rights Reserved.