THPDFPage.SetLeading

THPDFPage

 

맨 위  이전  다음

Sets the text leading.

 

Delphi 구문:

procedure SetLeading ( Leading: Single );

 

C++ 구문:

void __fastcall SetLeading ( float Leading );

 

Description:

Text leading을 Leading으로 설정합니다. 이는 unscaled text space unit으로 표현되는 number입니다. Initial value는 0입니다