Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.Leading

TElPDFFontDescriptor     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Defines spacing between baselines of consecutive lines of text.

Declaration

[C#]
    int Leading;

[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