IdxRichEditDocumentImage.GetImage Method
In This Article
Returns the Office Image container that hosts the inline image’s source bitmap.
#Declaration
Delphi
function GetImage: TdxOfficeImage;
#Returns
Type |
---|
Tdx |
#Remarks
Call this procedure to replace the inline image’s source bitmap or adjust its settings. Refer to the TdxOfficeImage class description for detailed information on all the available options.
The GetImage function is a getter of the Image property.
See Also