IdxRichEditDocumentImage.Image Property
In This Article
Provides access to the Office Image container that hosts the inline image’s source bitmap.
#Declaration
Delphi
property Image: TdxOfficeImage read;
#Property Value
Type |
---|
Tdx |
#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