ZebraGraphicsCreateImage Method (String)
             | 
          
        
         
            Generates the final bitmap image.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
SyntaxZebraCardImageI CreateImage(
	string profileFilePath
)
Function CreateImage ( 
	profileFilePath As String
) As ZebraCardImageI
ZebraCardImageI^ CreateImage(
	String^ profileFilePath
)
Parameters
- profileFilePath
 - Type: SystemString
Path to the ICC/ICM color profile to apply to the image. 
Return Value
Type: 
ZebraCardImageIInstance containing the bitmap image data.
Exceptions
See Also