Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLSignatureLine.SuggestedSigner

TElOfficeOpenXMLSignatureLine     See also     


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


Suggested signer line one.

Declaration

[C#]
    string SuggestedSigner;

[VB.NET]
    Property SuggestedSigner As String

[Pascal]
    property SuggestedSigner : UnicodeString;

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

[PHP]
    string get_SuggestedSigner()

[Java]
    String getSuggestedSigner();

Description

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

See also:     SuggestedSigner2     SuggestedSignerEmail    

Discuss this help topic in SecureBlackbox Forum