Reads an image object with the specified name.
Namespace: MindFusion.Diagramming
File: XmlPersistContext.js
SyntaxJavaScript
Copy Code
|
|---|
function readImage (elementName, parentElement) |
String. A string specifying the name of the image XML element.
Element. The parent DOM Element object.
String. Base64-encoded image data loaded from XML.
See Also