ZebraImageFactoryGetImage(String) Method
|
Creates an instance of
ZebraImageI from the image specified in
fullPath.
Namespace: Zebra.Sdk.GraphicsAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public static ZebraImageI GetImage(
string fullPath
)
Public Shared Function GetImage (
fullPath As String
) As ZebraImageI
public:
static ZebraImageI^ GetImage(
String^ fullPath
)
Parameters
- fullPath String
- The full path of the image.
Return Value
ZebraImageIAn image formatted for Zebra Printers
Exceptions See Also