PrintJobInfo.Builder.SetCopies(Int32) Method

Definition

Sets the number of copies.

[Android.Runtime.Register("setCopies", "(I)V", "")]
public void SetCopies (int copies);
[<Android.Runtime.Register("setCopies", "(I)V", "")>]
member this.SetCopies : int -> unit

Parameters

copies
Int32

The number of copies.

Attributes

Remarks

Sets the number of copies.

Java documentation for android.print.PrintJobInfo.Builder.setCopies(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to