Discuss this help topic in SecureBlackbox Forum
Specifies a GUID which can be cross-referenced with the id of the signature line stored in the document content.
Declaration
[VB.NET]
Property SetupID As String
[Pascal]
property SetupID : WideString;
[C++]
void get_SetupID(sb_u16string &OutResult);
void get_SetupID(std::wstring &OutResult);
void set_SetupID(const sb_u16string &Value);
void set_SetupID(const std::wstring &Value);
[PHP]
string get_SetupID()
void set_SetupID(string $Value)
[Java]
String getSetupID();
void setSetupID(String Value);
Description
Use this property to set a GUID which can be cross-referenced with the id of the signature line stored in the document content.
Discuss this help topic in SecureBlackbox Forum