Search
DiagramPage.setIcon Method
See Also
 

Sets an image associated with the page.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setIcon (
    Image value
)

 Parameters

value

An instance of the java.awt.Image class.

 See Also