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
Syntaxpublic static ZebraImageI GetImage(
	string fullPath
)
Public Shared Function GetImage ( 
	fullPath As String
) As ZebraImageI
public:
static 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