Skip to main content

IdxRichEditDocumentImage.Image Property

Provides access to the Office Image container that hosts the inline image’s source bitmap.

Declaration

property Image: TdxOfficeImage read;

Property Value

Type
TdxOfficeImage

Remarks

You can use this property to replace a picture currently displayed as the inline image by calling the Image.LoadFromFile or Image.AssignFromSmartImage procedure. Refer to the TdxOfficeImage class description for detailed information on all the available options.

See Also