2.2.7.3.3 bitmap Element
The bitmap XML element, if present, specifies a bitmap that can be displayed on the client computer to describe a printer event.
This element can be used to add an informational graphic to the UI for printer events. For example, in the case of a paper jam, a schematic could be displayed that indicates where the paper jam occurred.
-
<xs:element name="bitmap"> <xs:complexType> <xs:sequence /> <xs:attribute name="bitmapID" type="xs:integer" use="required" /> <xs:attribute name="resourceDll" type="xs:string" use="optional" /> </xs:complexType> </xs:element>
Attributes
Name |
Type |
Description |
---|---|---|
bitmapID |
xs:integer |
The value of this attribute is the key of a bitmap resource in the resource file specified by the resourceDll attribute. If no resourceDll value is specified, bitmapID MUST be the key of a bitmap resource in a default resource file. |
resourceDll |
xs:string |
The value of this optional attribute is the driver-file name of a resource file on the client system that contain the bitmap resource used in this message. |