Click or drag to resize

ZebraImageFactoryGetImage Method (String)

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

Namespace:  Zebra.Sdk.Graphics
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public static ZebraImageI GetImage(
	string fullPath
)

Parameters

fullPath
Type: SystemString
The full path of the image.

Return Value

Type: 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