Skip to main content

TdxOfficeImage.AssignFromSmartImage(TdxCustomSmartImage) Method

Populates the Office Image container with the image stored in the specified Smart Image container.

Declaration

procedure AssignFromSmartImage(ASmartImage: TdxCustomSmartImage); override;

Parameters

Name Type
ASmartImage TdxCustomSmartImage

Remarks

Call this 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