Click or drag to resize

IZebraImageFactoryGetImage(String) Method

Creates an instance of ZebraImageI from the image specified in fullPath.

Namespace: Zebra.Sdk.Graphics.Shared
Assembly: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
Syntax
ZebraImageI GetImage(
	string fullPath
)

Parameters

fullPath  String
The full path of the image.

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