PrintJob.Id Property

Definition

Gets the unique print job id.

public Android.Print.PrintJobId? Id { [Android.Runtime.Register("getId", "()Landroid/print/PrintJobId;", "")] get; }
[<get: Android.Runtime.Register("getId", "()Landroid/print/PrintJobId;", "")>]
member this.Id : Android.Print.PrintJobId

Property Value

The id.

Attributes

Remarks

Gets the unique print job id.

Java documentation for android.print.PrintJob.getId().

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