www.gnostice.com 

Assign method (TgtImageSettings)

TgtImageSettings

Top 

 

procedure Assign (Source: TPersistent); override;

 

Description

 

Call Assign to copy the contents of one object of TgtImageSettings to another.

 

Example:

 

Delphi:

gtPDFEngine1.Assign(gtImageSettings1);

 

C++Builder:

gtPDFEngine1->Assign(gtImageSettings1);