Skip to main content

IdxRichEditDocumentImage Interface

Exposes an inline image in a rich text document.

Declaration

IdxRichEditDocumentImage = interface(IInterface)

Remarks

Inline images are treated as a single character in a rich text document.

The Rich Edit control supports inserting inline images into any subdocument, including the floating text box‘s content.

The IdxRichEditDocumentImage interface provides access to the properties and methods that allow you to:

The subdocument’s AppendImage, InsertImage, Images.Append, and Images.Insert functions reference the TdxRichEditDocumentImage interface.

Inheritance

IInterface
IdxRichEditDocumentImage
See Also