Skip to main content
All docs
V23.2

DocumentImageSource.FromGdiImage(Image) Method

Creates an image source object from the specified image.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(false)]
public static DocumentImageSource FromGdiImage(
    Image image
)

Parameters

Name Type Description
image Image

An object from which the image should be created.

Returns

Type Description
DocumentImageSource

A document image.

See Also