FMX.Printer.TPrinterDevice.DPI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DPI[Index: Integer]: TPoint read GetDPI;

C++

__property System::Types::TPoint DPI[int Index] = {read=GetDPI};

Properties

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

Description

Specifies the supported dots-per-inch resolution for this printer device.

Read the DPI property to obtain a TPoint value that contains the number of horizontal and vertical pixels (the resolution) for this printer device. The Index parameter specifies from which DPI in the available DPI list to obtain the value. The index of the first DPI is 0.

See Also