FMX.Printer.TPrinterDevice.ActiveDPI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveDPI: TPoint read GetActiveDPI;

C++

__property System::Types::TPoint ActiveDPI = {read=GetActiveDPI};

Properties

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

Description

Specifies the DPI that is currently active.

See Also