Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.ShowSignDate

TElOfficeOpenXMLSignatureLine     


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


Specifies if signing date should be shown.

Declaration

[C#]
    bool ShowSignDate;

[VB.NET]
    Property ShowSignDate As Boolean

[Pascal]
    property ShowSignDate : Boolean;

[C++]
    bool get_ShowSignDate();

[PHP]
    bool get_ShowSignDate()

[Java]
    boolean getShowSignDate();

Description

    This read-only property specifies, if the signature line should include the signing date.

Discuss this help topic in SecureBlackbox Forum