Skip to main content

SubDocument.AppendImage(DocumentImageSource) Method

Obsolete. Appends a specified image to the end of the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.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
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.DocumentImageCollection.Append(DocumentImageSource imageSource)' method instead.")>
Function AppendImage(
    imageSource As DocumentImageSource
) As DocumentImage

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