The type of the images property. The ImageCollection object provides methods which allow adding images from base64 data into the document.
[JavaScript] TXTextControl.ImageCollection
| Method | Description | |
| addAnchored | Inserts a new image which is anchored to the specified text position. | |
| addAnchoredAtLocation | Inserts a new image which is anchored to the specified text position. | |
| addAtFixedPosition | Inserts a new image which has a fixed geometrical position in the document. | |
| addInline | Inserts an image inline, which means that it is treated in the text like a single character. |