DocumentImageSource.FromGdiImage(Image) Method
In This Article
Creates an image source object from the specified image.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#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 |
---|---|
Document |
A document image. |
See Also