// Parameters var anchor; // Type: WebAnchorTypeEnumJS var elementId; // Type: string var textFormat; // Type: string var instance = new Vintasoft.Imaging.Dicom.WebDicomMetadataTextOverlayJS(anchor, elementId, textFormat);
function WebDicomMetadataTextOverlayJS(
anchorThe text anchor in image viewer.: WebAnchorTypeEnumJS,
elementIdAn identifier of DICOM tag.: string,
textFormatA format that must be applied to the value of DICOM tag.: string
) : WebDicomMetadataTextOverlayJS;
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.