IdxRichEditDocumentImage.GetImage Method
Returns the Office Image container that hosts the inline image’s source bitmap.
Declaration
function GetImage: TdxOfficeImage;
Returns
Type |
---|
TdxOfficeImage |
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