Search
PrintOptions.setScaleToPage Method
See Also
 






Sets a value indicating whether the print output is scaled to fit in a single page, without preserving the aspect ratio of the original view. This property has less priority than FitToPage. If both are set, FitToPage will take precedence.

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

 Syntax

Java  Copy Code

public void setScaleToPage (
    boolean value
)

 Parameters

value

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

 See Also