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 exists. Otherwise, if the image has been pasted from the clipboard or has been loaded from a data stream, it is stored with its complete binary data.
public ImageSaveMode SaveMode { get; set; }
Public Property SaveMode() As ImageSaveMode
Member | Description |
---|---|
Auto | The image is saved as specified with the Save |
Save |
The image is saved in a Text Control document with its complete binary data. |
Save |
The image is saved in a Text Control document through a file reference. |