It downloads an image file to the printer's storage devices.
Namespace:
Neodynamic.SDK.Printing
Assembly:
Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public static void DownloadImage(
ImageItem srcImageItem,
string destImageFileName
) |
Visual Basic (Declaration) |
---|
Public Shared Sub DownloadImage ( _
srcImageItem As ImageItem, _
destImageFileName As String _
) |
Visual C++ |
---|
public:
static void DownloadImage(
ImageItem^ srcImageItem,
String^ destImageFileName
) |
Parameters
- srcImageItem
- Type: Neodynamic.SDK.Printing..::.ImageItem
The source ImageItem object.
- destImageFileName
- Type: System..::.String
The complete name for the destination image (NOTE: For ZPL printers you must include the drive location and name, for example R:LOGO - For EPL printers you must specify just the name, for example LOGO). IMPORTANT: The image name must be 1 to 8 alphanumeric characters long.
See Also