Skip to main content

DocumentImage Interface

An interface that defines an image in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface DocumentImage

#Remarks

The DocumentImage provides information on the DocumentRange where the image is located, and the original and current size of the image.

The DocumentImageSource object implements methods used for creating the DocumentImage object instance from various sources.

Use the SubDocument.InsertImage method to place an image in the document, and the SubDocument.GetImages method to obtain a collection containing images located in the specified range.

See Also