VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomTextOverlayJS type / get_Text Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Text Method
    In This Topic
    Gets the text, which must be drawn.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomTextOverlayJS(anchor);
    
    var value; // Type: string
    value = instance.get_Text();
    
    
    function get_Text() : string;
    

    Return Value

    The text, which must be drawn.
    Browser Compatibility
    56+
    45+
    11
    See Also