Search
JsonContext.readImage Method
See Also
 






Reads an Image object.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Image readImage (
    JsonValue value
)

 Parameters

value

A JsonValue containing image index

 Return Value

A Image Object

 See Also