The picture interface used for placing an image on the label. More...
Public Member Functions | |
| IRuler | Ruler (self) |
| Ruler used for placement. | |
| IPoint | Start (self) |
| Starting position of line. | |
| str | ImageName (self) |
| BMP Image Name. | |
The picture interface used for placing an image on the label.
| str LabelMaker.Interfaces.IPicture.IPicture.ImageName | ( | self | ) |
BMP Image Name.
Reimplemented in LabelMaker.Interfaces.IPicture.APicture.
| IRuler LabelMaker.Interfaces.IPicture.IPicture.Ruler | ( | self | ) |
Ruler used for placement.
If not set, the default ruler setting is used.
Reimplemented in LabelMaker.Interfaces.IPicture.APicture.
| IPoint LabelMaker.Interfaces.IPicture.IPicture.Start | ( | self | ) |
Starting position of line.
Reimplemented in LabelMaker.Interfaces.IPicture.APicture.