Android.Print.PrintJobInfo Members

The members of Android.Print.PrintJobInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
StateBlockedPrintJobState (4). Print job state: The print job is blocked.
const
StateCanceledPrintJobState (7). Print job state: The print job is canceled.
const
StateCompletedPrintJobState (5). Print job state: The print job is successfully printed.
const
StateCreatedPrintJobState (1). Print job state: The print job is being created but not yet ready to be printed.
const
StateFailedPrintJobState (6). Print job state: The print job was printing but printing failed.
const
StateQueuedPrintJobState (2). Print job state: The print jobs is created, it is ready to be printed and should be processed.
const
StateStartedPrintJobState (3). Print job state: The print job is being printed.

Public Properties

[read-only]
AttributesPrintAttributes. Gets the print job attributes.
[read-only]
Copiesint. Gets the number of copies.
[read-only]
CreationTimelong. Gets the wall time in millisecond when this print job was created.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IdPrintJobId. Gets the unique print job id.
[read-only]
Labelstring. Gets the human readable job label.
[read-only]
PrinterIdPrinterId. Gets the unique target printer id.
[read-only]
StatePrintJobState. Gets the current job state.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetPages() : PageRange[]
Gets the included pages.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.