HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetHorizontalScaling
|
Top Previous Next |
|
Sets the horizontal scaling.
Delphi syntax: procedure SetHorizontalScaling ( Scaling: Word );
C++ syntax: void __fastcall SetHorizontalScaling ( Word Scaling );
Description: Sets the text horizontal scaling, to (Scaling / 100). Scaling is a number specifying the percentage of the normal text width. Initial value: 100 (normal width).
|