Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentImageSource Class

Represents an object that provides an image for a document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public abstract class DocumentImageSource

Remarks

The DocumentImageSource object provides static methods used to create a DocumentImage from various sources.

Inheritance

Object
DocumentImageSource
See Also