![Citizen CL-E300 Programming Manual Download Page 63](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002063.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
63
2.3.5 drawNVBitmap method
Syntax
int drawNVBitmap (String name, int hexp, int vexp, int x, int y)
Parameters
Parameter [IN/OUT] Description
Setting range
name
[IN]
Graphic file name
ASCII characters except below:
-Underscore cannot be the first
character.
-The following symbols.
\
/ : * ? " < > |
hexp
[IN]
Horizontal magnification
1 - 24
vexp
[IN]
Vertical magnification
1 - 24
x
[IN]
X-coordinate
0000 - 9999
* The origin is at bottom-left.(0, 0)
y
[IN]
Y-coordinate
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 "
" for the error
codes.
Example