PrintJobInfo.Attributes Property

Definition

Gets the print job attributes.

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

Property Value

The attributes.

Attributes

Remarks

Gets the print job attributes.

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

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