Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.DateCaptionFormat

TElPDFSignatureWidgetProps     See also     


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


Specifies the format in which the signing time should be displayed.

Declaration

[C#]
    string DateCaptionFormat;

[VB.NET]
    Property DateCaptionFormat As String

[Pascal]
    property DateCaptionFormat : string;

[C++]
    void get_DateCaptionFormat(std::string &OutResult);
    void set_DateCaptionFormat(const std::string &Value);

[PHP]
    string get_DateCaptionFormat()
    void set_DateCaptionFormat(string $Value)

[Java]
    String getDateCaptionFormat();
    void setDateCaptionFormat(String Value);

Description

    This property specifies the format in which the signing time is displayed. Leave this property empty (default value) to use default formatting.

[.NET] The format string is passed to DateTime.ToString() method.
[Java] The format string is passed to DateFormat.Format() method.
[VCL/NG] The format string is passed to SysUtils.DateTimeToString() function.
[C++, PHP] The format string is processed using SysUtils.DateTimeToString() function of Delphi and Pascal RTL. The syntax and elements of the format string are described in this topic.

See also:     ShowTimestamp    

Discuss this help topic in SecureBlackbox Forum