Discuss this help topic in SecureBlackbox Forum
Specifies the page that displays the signature.
Declaration
[C#/Java]
string PageURI;
[VB.NET]
Property PageURI As String
[Pascal]
property PageURI : WideString;
[C++]
void get_PageURI(sb_u16string &OutResult);
void get_PageURI(std::wstring &OutResult);
void set_PageURI(const sb_u16string &Value);
void set_PageURI(const std::wstring &Value);
[PHP]
string get_PageURI()
void set_PageURI(string $Value)
Description
Use this property to specify the URI of the page on which the signature spot should be displayed.
Discuss this help topic in SecureBlackbox Forum