VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebEmbeddedImageAnnotationViewJS type / set_Image Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Image Method
    In This Topic
    Sets the image of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebEmbeddedImageAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_Image(value);
    
    
    function set_Image(
    value
    Image encoded as Base64 string. Default value is empty string.
    : string
    ) : any;

    Parameters

    value
    Image encoded as Base64 string. Default value is empty string.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also