Discuss this help topic in SecureBlackbox Forum
Specifies signing location.
Declaration
[C#/Java]
string SigningLocation;
[VB.NET]
Property SigningLocation As String
[Pascal]
property SigningLocation : WideString;
[C++]
void get_SigningLocation(sb_u16string &OutResult);
void get_SigningLocation(std::wstring &OutResult);
void set_SigningLocation(const sb_u16string &Value);
void set_SigningLocation(const std::wstring &Value);
[PHP]
string get_SigningLocation()
void set_SigningLocation(string $Value)
Description
Use this property to specify the legal location where the document is signed.
Discuss this help topic in SecureBlackbox Forum