ZebraImageFactoryGetImage Method (Bitmap)
|
Creates an instance of
ZebraImageI from the image specified in
image.
Namespace:
Zebra.Sdk.Graphics
Assembly:
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax public static ZebraImageI GetImage(
Bitmap image
)
Public Shared Function GetImage (
image As Bitmap
) As ZebraImageI
public:
static ZebraImageI^ GetImage(
Bitmap^ image
)
Parameters
- image
- Type: Bitmap
The bitmap image
Return Value
Type:
ZebraImageIAn image formatted for Zebra Printers
Exceptions See Also