Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AutoText

TElPDFSignatureWidgetProps     See also     


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


Specifies if texts displayed on the signature widget will be generated automatically.

Declaration

[C#]
    bool AutoText;

[VB.NET]
    Property AutoText As Boolean

[Pascal]
    property AutoText : boolean;

[C++]
    bool get_AutoText();
    void set_AutoText(bool Value);

[PHP]
    bool get_AutoText()
    void set_AutoText(bool $Value)

[Java]
    boolean getAutoText();
    void setAutoText(boolean Value);

Description

    If this property value is True texts to be displayed on the signature widget will be generated by SecureBlackbox automatically on the grounds of information from the certificate. Otherwise texts will be taken from AlgorithmInfo, SignerInfo and Header properties.

    The default value is true.

See also:     AlgorithmInfo     AutoSize     AutoPos     Header     ShowTimestamp     SignerInfo    

Discuss this help topic in SecureBlackbox Forum