Discuss this help topic in SecureBlackbox Forum

TElPDFSimpleFont.FontName

TElPDFSimpleFont     See also     


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


Specifies the name of the font.

Declaration

[C#]
    string FontName;

[VB.NET]
    Property FontName As String

[Pascal]
    property FontName : string;

[C++]
    void get_FontName(std::string &OutResult);
    void set_FontName(const std::string &Value);

[PHP]
    string get_FontName()
    void set_FontName(string $Value)

[Java]
    String getFontName();
    void setFontName(String Value);

Description

    Use this property to get or set the name by which this font is referenced in the Font subdictionary of the current resource dictionary.

See also:     FontDescriptor    

Discuss this help topic in SecureBlackbox Forum