Discuss this help topic in SecureBlackbox Forum

TElPDFBuildData.NonEmbeddedFontsNoWarn

TElPDFBuildData     


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


Specifies whether to display a warning about non-embedded fonts.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property NonEmbeddedFontsNoWarn : Boolean;

[C++]
    bool get_NonEmbeddedFontsNoWarn();
    void set_NonEmbeddedFontsNoWarn(bool Value);

[PHP]
    bool get_NonEmbeddedFontsNoWarn()
    void set_NonEmbeddedFontsNoWarn(bool $Value)

[Java]
    not available

Description

This property corresponds to the "NonEFontNoWarn" entry of the build dictionary. It specifies whether to suppress the warning when NonEmbeddedFonts property is nonzero.

Discuss this help topic in SecureBlackbox Forum