Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.SignerCaption

TElPDFSignatureWidgetProps     See also     


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


Contains the caption for information about signer.

Declaration

[C#]
    string SignerCaption;

[VB.NET]
    Property SignerCaption As String

[Pascal]
    property SignerCaption : string;

[C++]
    void get_SignerCaption(std::string &OutResult);
    void set_SignerCaption(const std::string &Value);

[PHP]
    string get_SignerCaption()
    void set_SignerCaption(string $Value)

[Java]
    String getSignerCaption();
    void setSignerCaption(String Value);

Description

    This property specifies the caption shown before information about the signer. By default the value is "Signer: ".

See also:     SignerInfo    

Discuss this help topic in SecureBlackbox Forum