ZebraImageFactoryGetImage(String) Method
|
Creates an instance of
ZebraImageI from the image specified in
fullPath.
Namespace: Zebra.Sdk.GraphicsAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic 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| Exception | Condition |
|---|
| IOException | If the file could not be found, open, or is an unsupported graphic. |
| ArgumentException | If fullPath is null |
See Also