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

    Parameters

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