Search
Calendar.getPrintOptions Method
See Also
 






Gets a PrintOptions object that allows customizing various aspects of printing.

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

 Syntax

Java  Copy Code

public PrintOptions getPrintOptions ()

 Return Value

An instance of the PrintOptions class.

 Remarks

Use the PrintOptions members to customize the print output, used both when printing and when displaying print preview.

 See Also