Discuss this help topic in SecureBlackbox Forum

TElPDFSimpleFont.LastChar

TElPDFSimpleFont     See also     


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


The last character code defined in the Widths array.

Declaration

[C#]
    int LastChar;

[VB.NET]
    Property LastChar As Integer

[Pascal]
    property LastChar : integer;

[C++]
    int32_t get_LastChar();
    void set_LastChar(int32_t Value);

[PHP]
    integer get_LastChar()
    void set_LastChar(integer $Value)

[Java]
    int getLastChar();
    void setLastChar(int Value);

Description

    Use this property to get or set the first character code defined in the Widths array.

See also:     FirstChar    

Discuss this help topic in SecureBlackbox Forum