FMX.Printer.TDocumentPaper
Delphi
TDocumentPaper = (A4, A3, A5, Letter, Legal, Custom);
C++
enum class DECLSPEC_DENUM TDocumentPaper : unsigned char { A4, A3, A5, Letter, Legal, Custom };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | FMX.Printer |
Description
Embarcadero Technologies does not currently have any additional information.