Click or drag to resize

IZebraImageFactory Interface

A factory interface used to acquire a cross platform instance of ZebraImageI.

Namespace: Zebra.Sdk.Graphics.Shared
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
public interface IZebraImageFactory

The IZebraImageFactory type exposes the following members.

Methods
 NameDescription
Public methodGetImage(Byte) Creates an instance of ZebraImageI from the image data specified in imageData.
Public methodGetImage(Stream) Creates an instance of ZebraImageI from the image data specified in imageData.
Public methodGetImage(String) Creates an instance of ZebraImageI from the image specified in fullPath.
Top
See Also