VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomWindowLevelTextOverlayJS type / WebDicomWindowLevelTextOverlayJS Constructor(WebAnchorTypeEnumJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebDicomWindowLevelTextOverlayJS Constructor(WebAnchorTypeEnumJS)
    In This Topic
    Initializes a new instance of the WebDicomWindowLevelTextOverlayJS class.
    Syntax
    // Parameters
    var anchor; // Type: WebAnchorTypeEnumJS
    
    var instance = new Vintasoft.Imaging.Dicom.WebDicomWindowLevelTextOverlayJS(anchor);
    
    
    function WebDicomWindowLevelTextOverlayJS(
    anchor
    The text anchor in image viewer.
    : WebAnchorTypeEnumJS
    ) : WebDicomWindowLevelTextOverlayJS;

    Parameters

    anchor
    The text anchor in image viewer.
    Browser Compatibility
    56+
    45+
    11
    See Also