Click or drag to resize

PrinterUtilConvertGraphic Method (String, ZebraImageI, Stream)

Encodes supplied image in either ZPL or CPCL after dithering and resizing.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static void ConvertGraphic(
	string filePathOnPrinter,
	ZebraImageI image,
	Stream convertedGraphicOutputStream
)

Parameters

filePathOnPrinter
Type: SystemString
The printer file path you wish to store the image to.
image
Type: Zebra.Sdk.GraphicsZebraImageI
ZebraImage to be dithered and resized.
convertedGraphicOutputStream
Type: System.IOStream
Stream to store encoded image data.
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf the file type is not supported or an invalid image is supplied.
IOExceptionCould not read/write to file.
See Also