Click or drag to resize

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
)

Parameters

image
Type: Bitmap
The bitmap image

Return Value

Type: ZebraImageI
An image formatted for Zebra Printers
Exceptions
ExceptionCondition
IOExceptionIf the file could not be found, open, or is an unsupported graphic.
ArgumentExceptionIf image is null
See Also