ImageLabel Class
A class that displays image labels. Images and text can be displayed on the surface of the label.
Screen Display Example
Printer output by Doc class
It will be printed in the same way as the screen.
The ruled line is a solid line, but it is printed according to the style only when the BorderStyle property is set to $DASH or $DOT.
Even if the UString type is specified for the data type, all characters are converted to multibyte when printing, so Unicode-specific characters are printed as “?”.
Default properties and ValueType
The default property is Value. ValueType can be String,Number,Fixed, Date and UString.
UString has been added since Ver.4.2.0
Relationship between image and text display position
The relationship between the set image and the characters specified in the Value. property is as follows by specifying the VertPlacement and HorzPlacement properties.
Limitations when visual style is enabled
◆ Specifying the visual style is invalid.
Precautions when scaling
◆ The image displayed internally is also subject to scaling.
