Android.PrintServices.PrintJob Members

The members of Android.PrintServices.PrintJob are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
DocumentPrintDocument. Gets the printed document.
[read-only]
IdAndroid.Print.PrintJobId. Gets the unique print job id.
[read-only]
InfoAndroid.Print.PrintJobInfo. Gets the Android.Print.PrintJobInfo that describes this job.
[read-only]
IsBlockedbool. Gets whether this print job is blocked.
[read-only]
IsCancelledbool. Gets whether this print job is cancelled.
[read-only]
IsCompletedbool. Gets whether this print job is completed.
[read-only]
IsFailedbool. Gets whether this print job is failed.
[read-only]
IsQueuedbool. Gets whether this print job is queued.
[read-only]
IsStartedbool. Gets whether this print job is started.
[read-only]
Tagstring. Gets the print job tag.

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

Block(string) : bool
Blocks the print job.
Cancel() : bool
Cancels the print job.
Complete() : bool
Completes the print job.
Fail(string) : bool
Fails the print job.
GetAdvancedIntOption(string) : int
Gets the value of an advanced (printer specific) print option.
GetAdvancedStringOption(string) : string
Gets the value of an advanced (printer specific) print option.
HasAdvancedOption(string) : bool
Gets whether this job has a given advanced (printer specific) print option.
SetTag(string) : bool
Sets a tag that is valid in the context of a Android.PrintServices.PrintService and is not interpreted by the system.
Start() : bool
Starts the print job.