CITIZEN Android Label Print SDK — Programming Manual
2.3.5 drawNVBitmap method
Syntax
int drawNVBitmap (String name, int hexp, int vexp, int x, int y)
Parameters
ASCII characters except below:
-Underscore cannot be the first
character.
-The following symbols.
\ / : * ? " < > |
0000 - 9999
* The origin is at bottom-left.(0, 0)
Description
Draws a graphic by using a graphic image stored in the printer, with specifying options such as
magnification and coordinates. This doesn't check the file availability or validity.
Return value
Returns CLS_SUCCESS(0) on success, an error code otherwise. See "2.1 Return value" for the error
codes.
Example
See storeNVBitmap method.