PrinterSettings.MaximumCopies 属性
定义
获取打印机允许用户一次打印的最大份数。Gets the maximum number of copies that the printer enables the user to print at a time.
public:
property int MaximumCopies { int get(); };
public int MaximumCopies { get; }
member this.MaximumCopies : int
Public ReadOnly Property MaximumCopies As Integer
属性值
打印机允许用户一次打印的最大份数。The maximum number of copies that the printer enables the user to print at a time.
注解
将 Copies 属性设置为要打印的份数。Set the Copies property to the number of copies to print. 使用 MaximumCopies 属性来确定打印机是否支持一次打印多个副本,因为某些打印机不支持。Use the MaximumCopies property to determine if your printer supports printing multiple copies at a time, because some printers do not.