Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SubDocument.AppendImage(Image) Method

OBSOLETE

This method has become obsolete. Use the 'Append' method instead.

Appends a specified image.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.DocumentImageCollection.Append(System.Drawing.Image image)' method instead.")]
DocumentImage AppendImage(
    Image image
)

Parameters

Name Type Description
image Image

An Image object representing an image to append.

Returns

Type Description
DocumentImage

A DocumentImage object, representing the image appended to the document.

See Also