Search
Calendar.print Method (PageFormat, String)
See Also
 






Prints the current calendar using the specified page format.

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

 Syntax

Java  Copy Code

public void print (
    PageFormat pageFormat,
    String printer
)

 Parameters

pageFormat

The size and orientation of each page to be printed.

printer

The destination printer.

 See Also