PrintInColor property



Determines whether the presentation is to be printed in colors or in black and white.

Syntax

Set:     Presentation.setPrintInColor(isInColor)
Get: isInColor = Presentation.getPrintInColor()

Applies to

Presentation object.

Data type

boolean. true if the presentation is to be printed in color.

See Also
printInColor PARAM tag
printLandscape PARAM tag
print method
printRange method
PrintLandscape property