Android.PrintServices.PrintJob: Method Members

The methods of Android.PrintServices.PrintJob are listed below. For a list of all members, see the PrintJob Members list.

See Also: Inherited members from Java.Lang.Object

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.