Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Header

TElPDFSignatureWidgetProps     See also     


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


Specifies header string on the signature widget.

Declaration

[C#]
    string Header;

[VB.NET]
    Property Header As String

[Pascal]
    property Header : string;

[C++]
    void get_Header(std::string &OutResult);
    void set_Header(const std::string &Value);

[PHP]
    string get_Header()
    void set_Header(string $Value)

[Java]
    String getHeader();
    void setHeader(String Value);

Description

    Use this property to specify header on the signature widget. Note, that this string should not be too long as if it is not go in the widget width it will be cut.

See also:     AlgorithmInfo     AutoText     ShowTimestamp     SignerInfo    

Discuss this help topic in SecureBlackbox Forum