Skip to main content
A newer version of this page is available.
All docs
V18.2

SubDocument.AppendImage(DocumentImageSource) Method

OBSOLETE

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

Appends a specified image.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

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

Parameters

Name Type Description
imageSource DocumentImageSource

A DocumentImageSource object representing the image to append.

Returns

Type Description
DocumentImage

A DocumentImage object representing the image appended to the document.

See Also