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

DocumentImageSource.FromImage(DXImage) Method

Creates an image source object from the specified image.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(false)]
public static DocumentImageSource FromImage(
    DXImage image
)

Parameters

Name Type Description
image DXImage

An object from which the image should be created.

Returns

Type Description
DocumentImageSource

A document image.

See Also