Gets the number of elements, which are contained in the collection.
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
var value; // Type: number
value = instance.get_Count();
function get_Count() : number;
Return Value
The number of elements that are contained in the collection.