PrintJob class
Properties
-
contentType
↔ String
-
The document content type. Supported formats are
"application/pdf"
and "image/pwg-raster"
.
getter/setter pair
-
document
↔ JSObject
-
Blob containing the document data to print. Format must match
|contentType|.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
printerId
↔ String
-
ID of the printer which should handle the job.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
ticket
↔ Map
-
Print ticket in
CJT format.
getter/setter pair
-
title
↔ String
-
The print job title.
getter/setter pair
-
toJS
→ PrintJob
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited