Discuss this help topic in SecureBlackbox Forum
Specifies the number of non-embedded fonts in the document.
Declaration
[C#]
int NonEmbeddedFonts;
[VB.NET]
Property NonEmbeddedFonts As Integer
[Pascal]
property NonEmbeddedFonts : integer;
[C++]
int32_t get_NonEmbeddedFonts();
void set_NonEmbeddedFonts(int32_t Value);
[PHP]
integer get_NonEmbeddedFonts()
void set_NonEmbeddedFonts(integer $Value)
[Java]
int getNonEmbeddedFonts();
void setNonEmbeddedFonts(int Value);
Description
Use this property to specify the number of non-embedded fonts in the document.
Discuss this help topic in SecureBlackbox Forum