VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerJS type / set_Direction Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_Direction Method
    In This Topic
    Sets a ruler direction.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerJS(dicomViewerControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebDicomImageRulerDirectionEnumJS
    
    returnValue = instance.set_Direction(value);
    
    
    function set_Direction(
    value
    Default value is WebDicomImageRulerDirectionEnumJS.Horizontal.
    : WebDicomImageRulerDirectionEnumJS
    ) : any;

    Parameters

    value
    Default value is WebDicomImageRulerDirectionEnumJS.Horizontal.
    Browser Compatibility
    56+
    45+
    11
    See Also