Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.Intent

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies signature intent.

Declaration

[C#]
    string Intent;

[VB.NET]
    Property Intent As String

[Pascal]
    property Intent : UnicodeString;

[C++]
    void get_Intent(sb_u16string &OutResult);
    void get_Intent(std::wstring &OutResult);
    void set_Intent(const sb_u16string &Value);
    void set_Intent(const std::wstring &Value);

[PHP]
    string get_Intent()
    void set_Intent(string $Value)

[Java]
    String getIntent();
    void setIntent(String Value);

Description

    Use this property to specify the intent to which the signing party agrees when signing the document.

See also:     SignerName    

Discuss this help topic in SecureBlackbox Forum