Search
PrintOptions.setFitToPage Method
See Also
 






Sets a value indicating whether the print output is scaled to fit in a single page, preserving the aspect ratio of the original view.

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

 Syntax

Java  Copy Code

public void setFitToPage (
    boolean value
)

 Parameters

value

true to fit the print output into a single page; otherwise, false. The default is false.

 See Also