VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomImageRulerCollectionJS type / add Property
Syntax BrowserCompatibility SeeAlso
In This Topic
add Method
In This Topic
Adds ruler to this collection.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);

var value; // Type: any

// Parameters
var ruler; // Type: WebDicomImageRulerJS

value = instance.add(ruler);

Parameters

ruler
The ruler to add.
Browser Compatibility
56+
45+
11
See Also