Skip to main content
All docs
V25.1
  • DocumentImageSource.FromGdiImage(Image) Method

    Creates an image source object from the specified image.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.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
    DocumentImageSource

    A document image.

    See Also