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

PrintJobInfo

The print job info.

Attributes

Remarks

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