WebDicomMetadataTextOverlayJS Constructor(WebAnchorTypeEnumJS,string,string)
In This Topic
Initializes a new instance of the
WebDicomMetadataTextOverlayJS class.
Syntax
// Parameters
var anchor; // Type: WebAnchorTypeEnumJS
var elementId; // Type: string
var textFormat; // Type: string
var instance = new Vintasoft.Imaging.Dicom.WebDicomMetadataTextOverlayJS(anchor, elementId, textFormat);
Parameters
- anchor
- The text anchor in image viewer.
- elementId
- An identifier of DICOM tag.
- textFormat
- A format that must be applied to the value of DICOM tag.
Browser Compatibility
See Also