Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.SignBy

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the due date of the signature.

Declaration

[C#]
    string SignBy;

[VB.NET]
    Property SignBy As String

[Pascal]
    property SignBy : UnicodeString;

[C++]
    void get_SignBy(sb_u16string &OutResult);
    void get_SignBy(std::wstring &OutResult);

[PHP]
    string get_SignBy()

[Java]
    String getSignBy();

Description

    Use this property to specify the date by which the document should be signed. The consumer should not allow to sign the document using this signature spot after this date.

See also:     SignByUTC    

Discuss this help topic in SecureBlackbox Forum