Search
PrintOptions.setFillContents Method
See Also
 






Sets a value indicating whether to print calendar elements with their original fill or to use a white brush for filling.

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

 Syntax

Java  Copy Code

public void setFillContents (
    boolean value
)

 Parameters

value

true, to fill calendar contents with their associated colors when printing; false, to fill them with white. The default is true.

 See Also