Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.ShowTimestamp

TElPDFSignatureWidgetProps     See also     


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


Specifies if date/time will be displayed at the signature widget

Declaration

[C#]
    bool ShowTimestamp;

[VB.NET]
    Property ShowTimestamp As Boolean

[Pascal]
    property ShowTimestamp : boolean;

[C++]
    bool get_ShowTimestamp();
    void set_ShowTimestamp(bool Value);

[PHP]
    bool get_ShowTimestamp()
    void set_ShowTimestamp(bool $Value)

[Java]
    boolean getShowTimestamp();
    void setShowTimestamp(boolean Value);

Description

    If this property value is True signature widget will contain date/time, otherwise it will not. The format of the displayed timestamp is defined by the value of DateCaptionFormat property.

See also:     DateCaptionFormat     SigningTime     SignerInfo    

Discuss this help topic in SecureBlackbox Forum