Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontBBoxY2

TElPDFFontDescriptor     See also     


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


Specifies Y coordinate of the upper right corner of the font's Bounding Box.

Declaration

[C#]
    int FontBBoxY2;

[VB.NET]
    Property FontBBoxY2 As Integer

[Pascal]
    property FontBBoxY2 : integer;

[C++]
    int32_t get_FontBBoxY2();
    void set_FontBBoxY2(int32_t Value);

[PHP]
    integer get_FontBBoxY2()
    void set_FontBBoxY2(integer $Value)

[Java]
    int getFontBBoxY2();
    void setFontBBoxY2(int Value);

Description

    Use this property to get or set Y coordinate of the upper right corner of the font's Bounding Box. The coordinate is expressed in the glyph coordinate system.

See also:     FontBBoxX1     FontBBoxX2     FontBBoxY1    

Discuss this help topic in SecureBlackbox Forum