ProfilePrintImage Method (String, Int32, Int32)
|
Prints an image from the connecting device file system to the connected device as a monochrome image.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public void PrintImage(
string imageFilePath,
int x,
int y
)
Public Sub PrintImage (
imageFilePath As String,
x As Integer,
y As Integer
)
public:
virtual void PrintImage(
String^ imageFilePath,
int x,
int y
) sealed
Parameters
- imageFilePath
- Type: SystemString
Image file to be printed. - x
- Type: SystemInt32
Horizontal starting position in dots. - y
- Type: SystemInt32
Vertical starting position in dots.
Implements
GraphicsUtilPrintImage(String, Int32, Int32)Exceptions Remarks
If the image resolution is large (e.g. 1024x768) this method may take a long time to execute or
throw an
OutOfMemoryException.
See Also