Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.FontResourceName

TElPDFSignatureWidgetText     See also     


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


Specifies the font resource name.

Declaration

[C#]
    string FontResourceName;

[VB.NET]
    Property FontResourceName As String

[Pascal]
    property FontResourceName : string;

[C++]
    void get_FontResourceName(std::string &OutResult);
    void set_FontResourceName(const std::string &Value);

[PHP]
    string get_FontResourceName()
    void set_FontResourceName(string $Value)

[Java]
    String getFontResourceName();
    void setFontResourceName(String Value);

Description

    Use this property to specify the font resource name.

See also:     FontSizeX     FontSizeY    

Discuss this help topic in SecureBlackbox Forum