Share via


PrintJobInfo.Copies Property

Definition

Gets the number of copies.

public int Copies { [Android.Runtime.Register("getCopies", "()I", "")] get; }
[<get: Android.Runtime.Register("getCopies", "()I", "")>]
member this.Copies : int

Property Value

The number of copies or zero if not set.

Attributes

Remarks

Gets the number of copies.

Java documentation for android.print.PrintJobInfo.getCopies().

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