Discuss this help topic in SecureBlackbox Forum
Defines spacing between baselines of consecutive lines of text.
Declaration
[VB.NET]
Property Leading As Integer
[Pascal]
property Leading : integer;
[C++]
int32_t get_Leading();
void set_Leading(int32_t Value);
[PHP]
integer get_Leading()
void set_Leading(integer $Value)
[Java]
int getLeading();
void setLeading(int Value);
Description
Use this property to get or set spacing between baselines of consecutive lines of text.
Default value: 0.
Discuss this help topic in SecureBlackbox Forum