Image Entity
NOTE: every entity must have unique Name!
Syntax:
<entity Type="Image" Name="Img2" Image="[CODE64]" Pen="[Int]" XPos="[Double]" YPos="[Double]" ScanDir="[String]" Dither="[Double]" Mode="[String]" Bidirectional="[Boolean]" Intensity="[Double]" Brightness="[Double]" DPI="[Double]" />
Parameters:
Name |
Mandatory |
Description |
Format |
Standard value |
Name |
Yes |
The name of the entity, used also for data updating, must be unique |
String |
--------------------- |
XPos |
Yes |
X position in mm |
Double |
--------------------- |
YPos |
Yes |
Y position in mm |
Double |
--------------------- |
Image |
Yes |
Image encoded on Base64 |
String |
--------------------- |
Pen |
Yes |
Laser pen assigned |
Integer |
--------------------- |
ScanDir |
No |
Scan Direction. Can be X or Y |
String |
X |
Dither |
No |
Set the Dither step. Related to the resolution. For 600 DPI must be 0.042 |
Double |
0.042 |
Mode |
No |
Set the mode. Can be GS for Grey Scale or BW for Black & White |
String |
GS |
Bidirectional |
No |
Set the marking mode |
Boolean |
false |
Intensity |
No |
Set the intensity of the image |
Double |
1 |
Brightness |
No |
Set the brightness of the image |
Double |
0 |
DPI |
No |
Set the resolution of the image |
Double |
600 |
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator