HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.KeepImageAspectRatio
|
Top Previous Next |
|
Determines whether the PDF image will be stretched proportionally.
Delphi syntax: property KeepImageAspectRatio: Boolean;
C++ syntax: __property bool KeepImageAspectRatio;
Set KeepImageAspectRatio to true to zoom image proportionally. Set KeepImageAspectRatio to false to zoom image disproportionately. Default value: true; |