Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.Text

TElPDFSignatureWidgetText     See also     


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


Contains the text to be displayed.

Declaration

[C#]
    string Text;

[VB.NET]
    Property Text As String

[Pascal]
    property Text : string;

[C++]
    void get_Text(std::string &OutResult);
    void set_Text(const std::string &Value);

[PHP]
    string get_Text()
    void set_Text(string $Value)

[Java]
    String getText();
    void setText(String Value);

Description

    Use this property to specify the text of the entry.

See also:     CustomData    

Discuss this help topic in SecureBlackbox Forum