Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.MissingWidth

TElPDFFontDescriptor     See also     


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


Width of the characters for which it is not defined explicitly.

Declaration

[C#]
    int MissingWidth;

[VB.NET]
    Property MissingWidth As Integer

[Pascal]
    property MissingWidth : integer;

[C++]
    int32_t get_MissingWidth();
    void set_MissingWidth(int32_t Value);

[PHP]
    integer get_MissingWidth()
    void set_MissingWidth(integer $Value)

[Java]
    int getMissingWidth();
    void setMissingWidth(int Value);

Description

    Use this property to get or set the width of the characters for which it is not defined in the Widths array.

See also:     MaxWidth    

Discuss this help topic in SecureBlackbox Forum