PrintJob.Info Property

Definition

Gets the PrintJobInfo that describes this job.

public Android.Print.PrintJobInfo Info { [Android.Runtime.Register("getInfo", "()Landroid/print/PrintJobInfo;", "")] get; }
[<get: Android.Runtime.Register("getInfo", "()Landroid/print/PrintJobInfo;", "")>]
member this.Info : Android.Print.PrintJobInfo

Property Value

The print job info.

Attributes

Remarks

Gets the PrintJobInfo that describes this job.

<strong>Node:</strong>The returned info object is a snapshot of the current print job state. Every call to this method returns a fresh info object that reflects the current print job state.

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

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