THotPDF.KeepImageAspectRatio

THotPDF

 

先頭  前へ  次へ

Determines whether the PDF image will be stretched proportionally.

 

Delphi syntax:

property KeepImageAspectRatio: Boolean;

 

C++ syntax:

__property bool KeepImageAspectRatio;

 

KeepImageAspectRatio を true に設定すると image は proportional に zoom されます。false に設定すると image は disproportionate に zoom されます

Default value: true;