Vcl.Printers.TPrinter.Copies

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Copies: Integer read GetNumCopies write SetNumCopies;

C++

__property int Copies = {read=GetNumCopies, write=SetNumCopies, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter

Description

Specifies the number of copies to print.

Set Copies to indicate the number of copies to print.

Copies uses the device mode to determine the number of copies to print.