Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.MaxWidth

TElPDFFontDescriptor     See also     


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


The maximum width of glyphs in the font.

Declaration

[C#]
    int MaxWidth;

[VB.NET]
    Property MaxWidth As Integer

[Pascal]
    property MaxWidth : integer;

[C++]
    int32_t get_MaxWidth();
    void set_MaxWidth(int32_t Value);

[PHP]
    integer get_MaxWidth()
    void set_MaxWidth(integer $Value)

[Java]
    int getMaxWidth();
    void setMaxWidth(int Value);

Description

    Use this property to get or set the maximum width of glyphs in the font. Default value: 0.

See also:     AvgWidth    

Discuss this help topic in SecureBlackbox Forum