ZebraImageFactoryGetImage(Image) Method
|
Creates an instance of
ZebraImageI from the image specified in
image.
Namespace: Zebra.Sdk.GraphicsAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic static ZebraImageI GetImage(
Image image
)
Public Shared Function GetImage (
image As Image
) As ZebraImageI
public:
static ZebraImageI^ GetImage(
Image^ image
)
Parameters
- image Image
- 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 image is null |
See Also