VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / WebDicomImageRulerCollectionJS Constructor(WebDicomViewerControlJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebDicomImageRulerCollectionJS Constructor(WebDicomViewerControlJS)
    In This Topic
    Initializes a new instance of the WebDicomImageRulerCollectionJS class.
    Syntax
    // Parameters
    var dicomViewerControl; // Type: WebDicomViewerControlJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
    
    
    function WebDicomImageRulerCollectionJS(
    dicomViewerControl
    The DICOM viewer control.
    : WebDicomViewerControlJS
    ) : WebDicomImageRulerCollectionJS;

    Parameters

    dicomViewerControl
    The DICOM viewer control.
    Browser Compatibility
    56+
    45+
    11
    See Also