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(
valueImage encoded as Base64 string. Default value is empty string.: string
) : any;
Parameters
- value
- Image encoded as Base64 string. Default value is empty string.