Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontBBoxX2

TElPDFFontDescriptor     See also     


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


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

Declaration

[C#]
    int FontBBoxX2;

[VB.NET]
    Property FontBBoxX2 As Integer

[Pascal]
    property FontBBoxX2 : integer;

[C++]
    int32_t get_FontBBoxX2();
    void set_FontBBoxX2(int32_t Value);

[PHP]
    integer get_FontBBoxX2()
    void set_FontBBoxX2(integer $Value)

[Java]
    int getFontBBoxX2();
    void setFontBBoxX2(int Value);

Description

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

See also:     FontBBoxX1     FontBBoxY1     FontBBoxY2    

Discuss this help topic in SecureBlackbox Forum