Vcl.Printers.TPrinterCapabilities

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPrinterCapabilities = set of TPrinterCapability;

Properties

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

Description

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

TPrinterCapabilities is a set of TPrinterCapability values. The following table lists the possible values of TPrinterCapability.



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.



See Also