Discuss this help topic in SecureBlackbox Forum

TElPDFCustomFont.Subtype

TElPDFCustomFont     See also     


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


Specifies the type of font.

Declaration

[C#]
    string Subtype;

[VB.NET]
    Property Subtype As String

[Pascal]
    property Subtype : string;

[C++]
    void get_Subtype(std::string &OutResult);
    void set_Subtype(const std::string &Value);

[PHP]
    string get_Subtype()
    void set_Subtype(string $Value)

[Java]
    String getSubtype();
    void setSubtype(String Value);

Description

    Use this property to specify the type of font. Must be "Type1" for Type 1 fonts, "TrueType" for TrueType fonts, etc.

See also:     BaseFont    

Discuss this help topic in SecureBlackbox Forum