Discuss this help topic in SecureBlackbox Forum

TElPDFCustomFont.ResourceName

TElPDFCustomFont     


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


Name of the resource required for the font.

Declaration

[C#]
    string ResourceName;

[VB.NET]
    Property ResourceName As String

[Pascal]
    property ResourceName : string;

[C++]
    void get_ResourceName(std::string &OutResult);
    void set_ResourceName(const std::string &Value);

[PHP]
    string get_ResourceName()
    void set_ResourceName(string $Value)

[Java]
    String getResourceName();
    void setResourceName(String Value);

Description

    Use this property to set a name of the resource with images, fonts, etc which are required for the glyph description in this font.

Discuss this help topic in SecureBlackbox Forum