Back to Devexpress

TdxOfficeImage.AssignFromSmartImage(TdxCustomSmartImage) Method

vcl-dxrichedit-dot-utils-dot-officeimage-dot-tdxofficeimage-dot-assignfromsmartimage-x28-dxsmartimage-dot-tdxcustomsmartimage-x29.md

latest1.1 KB
Original Source

TdxOfficeImage.AssignFromSmartImage(TdxCustomSmartImage) Method

Populates the Office Image container from the specified Smart Image container.

Declaration

delphi
procedure AssignFromSmartImage(ASmartImage: TdxCustomSmartImage); override;

Parameters

NameTypeDescription
ASmartImageTdxCustomSmartImage

The source image container.

|

Remarks

Call the AssignFromSmartImage procedure to replace the Office Image container’s current content with the image stored in another Office Image, Smart Glyph, or Smart Image container passed as the ASmartImage parameter.

See Also

TdxCustomSmartImage.AssignFromGraphic Procedure

TdxOfficeImage Class

TdxOfficeImage Members

dxRichEdit.Utils.OfficeImage Unit