IZebraImageFactoryGetImage Method (String)
|
Creates an instance of
ZebraImageI from the image specified in
fullPath.
Namespace:
Zebra.Sdk.Graphics.Shared
Assemblies:
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax ZebraImageI GetImage(
string fullPath
)
Function GetImage (
fullPath As String
) As ZebraImageI
ZebraImageI^ GetImage(
String^ fullPath
)
Parameters
- fullPath
- Type: SystemString
The full path of the image.
Return Value
Type:
ZebraImageIAn image formatted for Zebra Printers
Exceptions See Also