VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomCustomMetadataTextOverlayJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
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);

Inheritance Hierarchy

Object
   Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS
      Vintasoft.Imaging.Dicom.WebDicomCustomMetadataTextOverlayJS

Browser Compatibility
56+
45+
11
See Also