Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.NonEmbeddedFonts

TElPDFLegalContentAttestation     See also     


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


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.

See also:     TrueTypeFonts    

Discuss this help topic in SecureBlackbox Forum