Search
PrintOptions.setLandscape Method
See Also
 






Sets the orientation of the pages.

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

 Syntax

Java  Copy Code

public void setLandscape (
    boolean value
)

 Parameters

value

true to set the initial orientation of the print pages to landscape; false to set it to portrait. The default is false.

 See Also