Graphics
|
The GraphicsUtil type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PrintImage(String, Int32, Int32) |
Obsolete.
Prints an image from the connecting device file system to the connected device as a monochrome image. (Deprecated, use PrintImageFromPath) |
|
|
PrintImage(String, Int32, Int32, Int32, Int32, Boolean) |
Obsolete.
Prints an image from the connecting device file system to the connected device as a monochrome image. (Deprecated, use PrintImageFromPath) |
|
|
PrintImage(ZebraImageI, Int32, Int32, Int32, Int32, Boolean) | Prints an image to the connected device as a monochrome image. |
|
|
PrintImageFromPath(String, Int32, Int32) | New, optimized method to print an image from the connecting device file system to the connected device as a monochrome image. |
|
|
PrintImageFromPath(String, Int32, Int32, Int32, Int32, Boolean) | New, optimized method to print an image from the connecting device file system to the connected device as a monochrome image. |
|
|
StoreImage(String, String, Int32, Int32) | Stores the specified image to the connected printer as a monochrome image. |
|
|
StoreImage(String, ZebraImageI, Int32, Int32) | Stores the specified image to the connected printer as a monochrome image. |