TdxOfficeImage.AssignFromSmartImage(TdxCustomSmartImage) Method
Populates the Office Image container from the specified Smart Image container.
Declaration
procedure AssignFromSmartImage(ASmartImage: TdxCustomSmartImage); override;
Parameters
| Name | Type | Description |
|---|---|---|
| ASmartImage | TdxCustomSmartImage | 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