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