|
Inclination property (TgtImageSettings) |
Top |
|
property Inclination: Integer;
Description
Use Inclination to incline the image with respect to the display area. Specify the inclination in degrees.
Example:
Delphi: gtPDFEngine1.ImageSettings.Inclination := 45;
C++Builder: gtPDFEngine1->ImageSettings->Inclination = 45; |