Determines whether the document's images are stored through its data or through its file reference. By default images are stored through a file reference, when a file reference exists. Otherwise, if an image has been pasted from the clipboard, it is stored with its binary data. For a single image the value of this property can be overwritten with the Image.
Introduced: 15.1.
public ImageSaveMode ImageSaveMode { get; set; }
Public Property ImageSaveMode() As ImageSaveMode
Member | Description |
---|---|
Auto | An image is saved with a file reference, when a file reference exists. Otherwise it is saved with its binary data. |
Save |
The document's images are saved with their binary data. |
Save |
The document's images are saved through file references. |