The members of Android.Print.PrintJobInfo are listed below.
See Also: Inherited members from Java.Lang.Object
const | StateBlocked | PrintJobState (4). Print job state: The print job is blocked. |
const | StateCanceled | PrintJobState (7). Print job state: The print job is canceled. |
const | StateCompleted | PrintJobState (5). Print job state: The print job is successfully printed. |
const | StateCreated | PrintJobState (1). Print job state: The print job is being created but not yet ready to be printed. |
const | StateFailed | PrintJobState (6). Print job state: The print job was printing but printing failed. |
const | StateQueued | PrintJobState (2). Print job state: The print jobs is created, it is ready to be printed and should be processed. |
const | StateStarted | PrintJobState (3). Print job state: The print job is being printed. |
[read-only] | Attributes | PrintAttributes. Gets the print job attributes. |
[read-only] | Copies | int. Gets the number of copies. |
[read-only] | CreationTime | long. Gets the wall time in millisecond when this print job was created. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Id | PrintJobId. Gets the unique print job id. |
[read-only] | Label | string. Gets the human readable job label. |
[read-only] | PrinterId | PrinterId. Gets the unique target printer id. |
[read-only] | State | PrintJobState. Gets the current job state. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetPages()Gets the included pages. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |