Discuss this help topic in SecureBlackbox Forum

TElPDFCustomFont.BaseFont

TElPDFCustomFont     See also     


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


A PostScript name of the font.

Declaration

[C#]
    string BaseFont;

[VB.NET]
    Property BaseFont As String

[Pascal]
    property BaseFont : string;

[C++]
    void get_BaseFont(std::string &OutResult);
    void set_BaseFont(const std::string &Value);

[PHP]
    string get_BaseFont()
    void set_BaseFont(string $Value)

[Java]
    String getBaseFont();
    void setBaseFont(String Value);

Description

    Use this property to specify the PostScript name of the font. This is the name of the font when printing to a PostScript output device.
For TrueType fonts this property value is determined from the "name" table of the font. If the latter is absent, the PostScript name of the font is derived from the name by which it is known by the operating system.

See also:     Subtype    

Discuss this help topic in SecureBlackbox Forum