Click or drag to resize

ZebraImageFactoryGetImage(Bitmap) Method

Creates an instance of ZebraImageI from the image specified in image.

Namespace: Zebra.Sdk.Graphics
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
public static ZebraImageI GetImage(
	Bitmap image
)

Parameters

image  Bitmap
The bitmap image

Return Value

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