Skip to main content

DocumentImageCollection Interface

An interface that defines a collection of document images.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface DocumentImageCollection :
    ReadOnlyDocumentImageCollection,
    ISimpleCollection<DocumentImage>,
    IEnumerable<DocumentImage>,
    ICollection,
    IEnumerable

#Returned By

The SubDocument.Images property returns an instance of DocumentImageCollection.

#Remarks

Use the SubDocument.GetImages method to obtain a collection containing images located in the specified range.

See Also