Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.StemV

TElPDFFontDescriptor     See also     


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


The thickness, measured horizontally, of the dominant vertical stems of glyphs in the font.

Declaration

[C#]
    int StemV;

[VB.NET]
    Property StemV As Integer

[Pascal]
    property StemV : integer;

[C++]
    int32_t get_StemV();
    void set_StemV(int32_t Value);

[PHP]
    integer get_StemV()
    void set_StemV(integer $Value)

[Java]
    int getStemV();
    void setStemV(int Value);

Description

    Use this property to get or set the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font.

See also:     StemH    

Discuss this help topic in SecureBlackbox Forum