Click or drag to resize

ZebraImageFactory Class

A factory used to acquire an instance of a ZebraImageI.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.GraphicsZebraImageFactory

Namespace: Zebra.Sdk.Graphics
Assemblies:  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
  SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax
public class ZebraImageFactory

The ZebraImageFactory type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodStatic memberGetImage(Bitmap) Creates an instance of ZebraImageI from the image specified in image.
Public methodStatic memberGetImage(Image) Creates an instance of ZebraImageI from the image specified in image.
Public methodStatic memberGetImage(Stream) Creates an instance of ZebraImageI from the image data specified in imageData
Public methodStatic memberGetImage(String) Creates an instance of ZebraImageI from the image specified in fullPath.
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also