VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / get_SmallTickFrequency Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SmallTickFrequency Method
    In This Topic
    Gets a step, in units of measure, for small ticks.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var value; // Type: number
    value = instance.get_SmallTickFrequency();
    
    
    function get_SmallTickFrequency() : number;
    

    Return Value

    The step, in units of measure, for small ticks.
    Browser Compatibility
    56+
    45+
    11
    See Also