Vcl.Printers.TPrinterCapability

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPrinterCapability = System.UITypes.TPrinterCapability;

Properties

Type Visibility Source Unit Parent
enum public Vcl.Printers.pas Vcl.Printers Vcl.Printers

Description

TPrinterCapability and TPrinterCapabilities specify the capabilities of a printer device driver.

TPrinterCapabilities is a set of TPrinterCapability values. The possible values of TPrinterCapability are



Value Meaning

pcCopies

The printer driver allows the user to specify the number of copies.

pcOrientation

The printer driver allows the user to specify portrait or landscape orientation.

pcCollation

The printer driver allows the user to specify whether copies should be collated.