|
AutoSize property (TgtImageSettings) |
Top |
|
property AutoSize: Boolean;
Description
Use this property for image sizing. If AutoSize is set to True, Image is sized to its original size. Otherwise it occupies the display area.
The properties Center and Stretch do not have any effect if AutoSize is True.
Example:
Delphi: gtPDFEngine1.ImageSettings.AutoSize := True;
C++Builder: gtPDFEngine1->ImageSettings->AutoSize = True;
|