Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontFile

TElPDFFontDescriptor     See also     


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


A buffer containing Type 1 font program.

Declaration

[C#]
    byte[] FontFile;

[VB.NET]
    Property FontFile As Byte()

[Pascal]
    property FontFile : ByteArray;

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

[PHP]
    string get_FontFile()
    void set_FontFile(array of byte|string|NULL $Value)

[Java]
    byte[] getFontFile();
    void setFontFile(byte[] Value);

Description

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

See also:     FontFile2     FontFile3    

Discuss this help topic in SecureBlackbox Forum