TX Text Control .NET for Windows Forms Documentation

SaveSettings.ImageSaveMode Property

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.SaveMode property. The technical article Loading and Saving Images gives an overview how to export images.

Introduced: 15.1.

Syntax

[C#] public ImageSaveMode ImageSaveMode { get; set; }
[Visual Basic] Public Property ImageSaveMode() As ImageSaveMode
ValueDescription
AutoAn image is saved with a file reference, when a file reference exists. Otherwise it is saved with its binary data.
SaveAsDataThe document's images are saved with their binary data.
SaveAsFileReferenceThe document's images are saved through file references.

See Also

 
 
 

Products

Support

Downloads

Corporate

Buy Now