Click or drag to resize

PrinterUtilConvertGraphic(String, ZebraImageI, Stream) Method

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

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

Parameters

filePathOnPrinter  String
The printer file path you wish to store the image to.
image  ZebraImageI
ZebraImage to be dithered and resized.
convertedGraphicOutputStream  Stream
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