VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / toArray Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toArray Method
    In This Topic
    Returns an array of rulers.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    var value; // Type: Vintasoft.Imaging.Dicom.WebDicomImageRulerJS[]
    value = instance.toArray();
    
    
    function toArray() : WebDicomImageRulerJS[];
    

    Return Value

    An array of rulers.
    Browser Compatibility
    56+
    45+
    11
    See Also