Search
PrintOptions.getFitToPage Method
See Also
 






Gets 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 boolean getFitToPage ()

 Return Value

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

 See Also