HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetLeading
|
Top Previous Next |
|
Sets the text leading.
Delphi syntax: procedure SetLeading ( Leading: Single );
C++ syntax: void __fastcall SetLeading ( float Leading );
Description: Set the text leading, to Leading, which is a number expressed in unscaled text space units. Initial value: 0.
|