PrintCapabilities.MaxCopyCount Property

Definition

Gets a value indicating the maximum number of copies that the device can print in a single print job.

public:
 property Nullable<int> MaxCopyCount { Nullable<int> get(); };
public int? MaxCopyCount { get; }
member this.MaxCopyCount : Nullable<int>
Public ReadOnly Property MaxCopyCount As Nullable(Of Integer)

Property Value

A nullable Int32 value that specifies the maximum number of copies that a printer can print. Returns null if the device driver does not report a maximum.

Remarks

This property corresponds to the Print Schema's JobCopiesAllDocuments keyword, not the DocumentCopiesAllPages keyword, or the PageCopies keyword. If the printer can print unlimited copies, the property value is 9999.

Applies to