Discuss this help topic in SecureBlackbox Forum
Specifies the number of true type fonts in the document.
Declaration
[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