Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontFile2

TElPDFFontDescriptor     See also     


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


A buffer containing a TrueType font program.

Declaration

[C#]
    byte[] FontFile2;

[VB.NET]
    Property FontFile2 As Byte()

[Pascal]
    property FontFile2 : ByteArray;

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

[PHP]
    string get_FontFile2()
    void set_FontFile2(array of byte|string|NULL $Value)

[Java]
    byte[] getFontFile2();
    void setFontFile2(byte[] Value);

Description

    FontFile2 buffer contains a TrueType 1 font program. At most, only one of the FontFile, FontFile2, FontFile3 entries may be set.

See also:     FontFile     FontFile3    

Discuss this help topic in SecureBlackbox Forum