FMX.Printer.TPrinter.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TPrinterOrientation read GetOrientation write SetOrientation;

C++

__property System::Uitypes::TPrinterOrientation Orientation = {read=GetOrientation, write=SetOrientation, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Determines whether the print job prints vertically or horizontally on a page.

Use Orientation to determine whether a print job prints in landscape or portrait mode.

See Also