Discuss this help topic in SecureBlackbox Forum

TElPDFCIDSystemInfo.Supplement

TElPDFCIDSystemInfo     


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


The number of additional characters in the collection.

Declaration

[C#]
    int Supplement;

[VB.NET]
    Property Supplement As Integer

[Pascal]
    property Supplement : integer;

[C++]
    int32_t get_Supplement();
    void set_Supplement(int32_t Value);

[PHP]
    integer get_Supplement()
    void set_Supplement(integer $Value)

[Java]
    int getSupplement();
    void setSupplement(int Value);

Description

    Whenever a CID is assigned in the character collection, this number is increased. In the original collection, its value iz 0.

Discuss this help topic in SecureBlackbox Forum