PrinterSettings.Copies 属性
定义
获取或设置要打印的文档份数。Gets or sets the number of copies of the document to print.
public:
property short Copies { short get(); void set(short value); };
public short Copies { get; set; }
member this.Copies : int16 with get, set
Public Property Copies As Short
属性值
要打印的份数。The number of copies to print. 默认值为 1。The default is 1.
例外
注解
并非所有打印机都支持打印多个副本。Not all printers support printing multiple copes. 您可以使用 MaximumCopies 属性来确定打印机支持的最大副本数。You can use the MaximumCopies property to determine the maximum number of copies the printer supports. 如果副本数设置为高于打印机支持的最大副本数,则仅打印最大份数,且不会发生任何异常。If the number of copies is set higher than the maximum copies supported by the printer, only the maximum number of copies will be printed, and no exception will occur.
备注
某些打印机可能不支持一次打印多个副本。Some printers might not support printing more than one copy at a time.