Search
PrintOptions Class
See Also
 

Defines the attributes of a printed diagram. Use the PrintOptions object returned by the DiagramView.getPrintOptions method to set the attributes of a specific diagram.

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

 Syntax

Java  Copy Code

public class PrintOptions extends RenderOptions

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.RenderOptions
        com.mindfusion.diagramming.PrintOptions

 See Also