RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Printers.TPrinterCapabilities Type

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

Pascal
TPrinterCapabilities = set of TPrinterCapability;
C++
TPrinterCapability TPrinterCapabilities;

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.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!