EPrinterOrientation

type EPrinterOrientation = (poPortrait, poLandscape);

Type Library
TeeChartx

Description
EPrinterOrientation defines the possible values of the PrintOrientation method.

Possible values are:

0poPortraitThe job prints vertically on the page.

1poLandscapeThe job prints horizontally on the page.

See note on use of Enum constants in differing development environments.