
Determines whether the image is stored through its data or through its file reference. By default an image is stored through a file reference if a file reference exist. Otherwise, if the image has been pasted from the clipboard, it is stored with its complete binary data. The ObjectCurrent property determines the image.
TXTextControl.ImageSaveMode [= value]
| Setting | Description | |
| 0 | Automatic mode. The image is saved as specified with txImageSaveMode attribute of the LoadSaveAttribute property. When this property is not set, the image is saved with a file reference or when no file reference exists with its binary data. | |
| 1 | The image is saved with its complete binary data. | |
| 2 | The image is saved through a file reference. If a file does not exist, a new one is created. |
Integer.
Run time only.