Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.CapHeight

TElPDFFontDescriptor     See also     


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


The height of the top of the flat capital letters.

Declaration

[C#]
    int CapHeight;

[VB.NET]
    Property CapHeight As Integer

[Pascal]
    property CapHeight : integer;

[C++]
    int32_t get_CapHeight();
    void set_CapHeight(int32_t Value);

[PHP]
    integer get_CapHeight()
    void set_CapHeight(integer $Value)

[Java]
    int getCapHeight();
    void setCapHeight(int Value);

Description

    Use this property to get or set the top vertical coordinate of flat capital letters, measured from the baseline.

See also:     XHeight    

Discuss this help topic in SecureBlackbox Forum