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 されます
KeepImageAspectRatio
Default value: true;