PrintLandscape property



Determines the printing mode with respect to lanscape or portrait modes.

Syntax

Set:     Presentation.setPrintLandscape(isInLanscapeMode)
Get: isInLanscapeMode = Presentation.getPrintLandscape()

Applies to

Presentation object.

Data type

boolean. true if the presentation is in landscape printing mode.

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