Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontBBoxY1

TElPDFFontDescriptor     See also     


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


Specifies Y coordinate of the lower left corner of the font's Bounding Box.

Declaration

[C#]
    int FontBBoxY1;

[VB.NET]
    Property FontBBoxY1 As Integer

[Pascal]
    property FontBBoxY1 : integer;

[C++]
    int32_t get_FontBBoxY1();
    void set_FontBBoxY1(int32_t Value);

[PHP]
    integer get_FontBBoxY1()
    void set_FontBBoxY1(integer $Value)

[Java]
    int getFontBBoxY1();
    void setFontBBoxY1(int Value);

Description

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

See also:     FontBBoX1     FontBBoX2     FontBBoxY2    

Discuss this help topic in SecureBlackbox Forum