RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Printers.TPrinterCapability Enumeration

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

Pascal
TPrinterCapability = (
  pcCopies,
  pcOrientation,
  pcCollation
);
C++
enum TPrinterCapability {
  pcCopies,
  pcOrientation,
  pcCollation
};

Printers

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.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!