WebDicomCustomMetadataTextOverlayJS type
In This Topic
Represents a text object that shows a custom data element of DICOM file in image viewer.
Syntax
// Parameters
var anchor; // Type: WebAnchorTypeEnumJS
var groupNumber; // Type: number
var elementNumber; // Type: number
var textFormat; // Type: string
var instance = new Vintasoft.Imaging.Dicom.WebDicomCustomMetadataTextOverlayJS(anchor, groupNumber, elementNumber, textFormat);
function WebDicomCustomMetadataTextOverlayJS;
Inheritance Hierarchy
Object
 Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS
   Vintasoft.Imaging.Dicom.WebDicomCustomMetadataTextOverlayJS
Browser Compatibility
See Also