FMX.Printer.TPrinter.SetOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOrientation(Value: TPrinterOrientation); virtual;

C++

virtual void __fastcall SetOrientation(System::Uitypes::TPrinterOrientation Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Protected setter implementation for the Orientation property.

See Also