Click or drag to resize

ZebraImageFactoryGetImage(Image) Method

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

Namespace: Zebra.Sdk.Graphics
Assembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax
public static ZebraImageI GetImage(
	Image image
)

Parameters

image  Image
The 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