Method: Assign

Copies an image saving component from another image saving component.

Syntax:

procedure Assign(Source: TPresistent); override;

Description:

If the Source parameter is an object created from a subclass of TSave2D component class, and the class is same to current image saving component class, Assign copies all property values and event handles. If Source is any other type of object, an ESave2DError exception occurs.

Parameters:

Contents