[Overview][Types][Classes][Variables][Index] Reference for unit 'Printers' (#lcl)

TPrinterOrientation

Represents page orientations for printers.

Declaration

Source position: printers.pas line 40

type TPrinterOrientation = (

  poPortrait,

  

Output uses Portrait orientation.

  poLandscape,

  

Output uses Landscape orientation.

  poReverseLandscape,

  

Output uses Landscape orientation with coordinates rotated 180 degrees.

  poReversePortrait

  

Output uses Portrait orientation with coordinates rotated 180 degrees.

);

Description

TPrinterOrientation is an enumerated type with values that represent page orientations used for print devices and their canvases. TPrinterOrientation is the type used to implement TPrinter.Orientation and TPrinterCanvas.Orientation properties.

Version info

Modified in LCL 3.0 to be an alias to the System.UITypes.TPrinterOrientation type for FPC versions 3.3.0 or higher.

See also

TPrinter.Orientation

  

Orientation for the page on the paper.

TPrinterCanvas.Orientation

  

Orientation of the page on the selected paper.


Version 3.2 Generated 2024-02-25 Home