MindFusion.Java Package Programmer's Guide
PrintOptions.setScale Method
See Also
 






Sets the scale of the print output.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setScale (
    float value
)

 Parameters

value

A float value specifying the scale of print output relative to the screen. The default is 1. The allowed values range from 0.1 to 10.

 See Also

PrintOptions Members
PrintOptions Class
com.mindfusion.scheduling Namespace