Discuss this help topic in SecureBlackbox Forum
Specifies the page that displays the signature.
Declaration
[VB.NET]
Property PageURI As String
[Pascal]
property PageURI : UnicodeString;
[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)
[Java]
String getPageURI();
void setPageURI(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