AppendImage
This method adds a new page reference to the worktext.
The page reference contains various zones. To add a new zone to a page reference, use AppendZone.
Zones contain different lines. To add a new line to a zone, use AppendLine.
Lines contain text. To add text to a line, use AppendString or AppendReject.
The added zones, lines and strings always refer to the page added by AppendImage.
Syntax
AppendImage (ImgNr as Long, XRes as Long, YRes as Long)
Parameter | Description |
---|---|
ImgNr | Number of the current image. |
XRes | Resolution in horizontal direction in dots per inch. |
YRes | Resolution in vertical direction in dots per inch. |