Skip to main content

IdxRichEditSubDocument.Images Property

Provides access to the collection of both inline and floating images in a document.

Declaration

property Images: IdxRichEditDocumentImageCollection read;

Property Value

Type
IdxRichEditDocumentImageCollection

Remarks

Use this property to insert an image into the current document. To add an image to the end of the document, call the Images.Append function. Invoke the Images.Insert function if you need to insert an image to a specific position within a document. For more information on document images, refer to the IdxRichEditDocumentImageCollection interface description.

See Also