VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomMetadataTextOverlayJS type / WebDicomMetadataTextOverlayJS Constructor(WebAnchorTypeEnumJS,string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
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
56+
45+
11
See Also