Discuss this help topic in SecureBlackbox Forum

TElPDFFontDescriptor.FontFamily

TElPDFFontDescriptor     See also     


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


Specifies the preferred font family.

Declaration

[C#]
    string FontFamily;

[VB.NET]
    Property FontFamily As String

[Pascal]
    property FontFamily : string;

[C++]
    void get_FontFamily(std::string &OutResult);
    void set_FontFamily(const std::string &Value);

[PHP]
    string get_FontFamily()
    void set_FontFamily(string $Value)

[Java]
    String getFontFamily();
    void setFontFamily(String Value);

Description

    Use this property to get or set the preferred font family.

See also:     FontName    

Discuss this help topic in SecureBlackbox Forum