VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function WebDicomMetadataTextOverlayJS(
    anchor
    The text anchor in image viewer.
    : WebAnchorTypeEnumJS,
    elementId
    An identifier of DICOM tag.
    : string,
    textFormat
    A 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.
    Browser Compatibility
    56+
    45+
    11
    See Also