Discuss this help topic in SecureBlackbox Forum

TElPDFSimpleFont.FirstChar

TElPDFSimpleFont     See also     


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


The first character code defined in the Widths array.

Declaration

[C#]
    int FirstChar;

[VB.NET]
    Property FirstChar As Integer

[Pascal]
    property FirstChar : integer;

[C++]
    int32_t get_FirstChar();
    void set_FirstChar(int32_t Value);

[PHP]
    integer get_FirstChar()
    void set_FirstChar(integer $Value)

[Java]
    int getFirstChar();
    void setFirstChar(int Value);

Description

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

See also:     LastChar    

Discuss this help topic in SecureBlackbox Forum