Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.SuggestedSigner2

TElOfficeOpenXMLSignatureLine     See also     


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


Suggested signer line two.

Declaration

[C#]
    string SuggestedSigner2;

[VB.NET]
    Property SuggestedSigner2 As String

[Pascal]
    property SuggestedSigner2 : UnicodeString;

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

[PHP]
    string get_SuggestedSigner2()

[Java]
    String getSuggestedSigner2();

Description

    Use this read-only property to get the second line of information of who should sign the signature line.

See also:     SuggestedSigner     SuggestedSignerEmail    

Discuss this help topic in SecureBlackbox Forum