Click or drag to resize

ZebraImageFactoryGetImage(Stream) Method

Creates an instance of ZebraImageI from the image data specified in imageData

Namespace: Zebra.Sdk.Graphics
Assembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntax
public static ZebraImageI GetImage(
	Stream imageData
)

Parameters

imageData  Stream
A stream containing the image data.

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 imageData is null
See Also