Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.TrueTypeFonts

TElPDFLegalContentAttestation     


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


Specifies the number of true type fonts in the document.

Declaration

[C#]
    int TrueTypeFonts;

[VB.NET]
    Property TrueTypeFonts As Integer

[Pascal]
    property TrueTypeFonts : integer;

[C++]
    int32_t get_TrueTypeFonts();
    void set_TrueTypeFonts(int32_t Value);

[PHP]
    integer get_TrueTypeFonts()
    void set_TrueTypeFonts(integer $Value)

[Java]
    int getTrueTypeFonts();
    void setTrueTypeFonts(int Value);

Description

    Use this property to specify the number of true type fonts in the document.

Discuss this help topic in SecureBlackbox Forum