THotPDF.KeepImageAspectRatio

THotPDF

 

맨 위  이전  다음

Determines whether the PDF image will be stretched proportionally.

 

Delphi 구문:

property KeepImageAspectRatio: Boolean;

 

C++ 구문:

__property bool KeepImageAspectRatio;

 

Image를 proportionally zoom하려면 KeepImageAspectRatio를 true로 설정하십시오. Image를 disproportionately zoom하려면 KeepImageAspectRatio를 false로 설정하십시오

Default value: true;