VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebEmbeddedImageAnnotationViewJS type / get_Image Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Image Method
    In This Topic
    Gets the image of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebEmbeddedImageAnnotationViewJS();
    
    var value; // Type: string
    value = instance.get_Image();
    
    
    function get_Image() : string;
    

    Return Value

    Image encoded as Base64 string. Default value is empty string.
    Browser Compatibility
    56+
    45+
    11
    See Also