Discuss this help topic in SecureBlackbox Forum

TElPDFCIDFontDescriptor.CIDSet

TElPDFCIDFontDescriptor     


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


Identifies the CIDs which are present in the CIDFont file.

Declaration

[C#]
    byte[] CIDSet;

[VB.NET]
    Property CIDSet As Byte()

[Pascal]
    property CIDSet : ByteArray;

[C++]
    void get_CIDSet(std::vector<uint8_t> &OutResult);
    void set_CIDSet(const std::vector<uint8_t> &Value);

[PHP]
    string get_CIDSet()
    void set_CIDSet(array of byte|string|NULL $Value)

[Java]
    byte[] getCIDSet();
    void setCIDSet(byte[] Value);

Description

    Use this property to identify the CIDs which are present in the CIDFont file.

Discuss this help topic in SecureBlackbox Forum