The members of Android.PrintServices.PrintJob are listed below.
See Also: Inherited members from Java.Lang.Object
| [read-only] | Document | PrintDocument. Gets the printed document. |
| [read-only] | Id | Android.Print.PrintJobId. Gets the unique print job id. |
| [read-only] | Info | Android.Print.PrintJobInfo. Gets the Android.Print.PrintJobInfo that describes this job. |
| [read-only] | IsBlocked | bool. Gets whether this print job is blocked. |
| [read-only] | IsCancelled | bool. Gets whether this print job is cancelled. |
| [read-only] | IsCompleted | bool. Gets whether this print job is completed. |
| [read-only] | IsFailed | bool. Gets whether this print job is failed. |
| [read-only] | IsQueued | bool. Gets whether this print job is queued. |
| [read-only] | IsStarted | bool. Gets whether this print job is started. |
| [read-only] | Tag | string. Gets the print job tag. |
| [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. |
Block(string)Blocks the print job. | ||
Cancel()Cancels the print job. | ||
Complete()Completes the print job. | ||
Fail(string)Fails the print job. | ||
GetAdvancedIntOption(string)Gets the value of an advanced (printer specific) print option. | ||
GetAdvancedStringOption(string)Gets the value of an advanced (printer specific) print option. | ||
HasAdvancedOption(string)Gets whether this job has a given advanced (printer specific) print option. | ||
SetTag(string)Sets a tag that is valid in the context of a Android.PrintServices.PrintService and is not interpreted by the system. | ||
Start()Starts the print job. | ||