VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_SmallTickFrequency Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_SmallTickFrequency Method
    In This Topic
    Sets a step, in units of measure, for small ticks.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_SmallTickFrequency(value);
    
    
    function set_SmallTickFrequency(
    value
    Possible values from 0.1 to 1.0. Default value is 0.5.
    : number
    ) : any;

    Parameters

    value
    Possible values from 0.1 to 1.0. Default value is 0.5.
    Browser Compatibility
    56+
    45+
    11
    See Also