Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.PageURI

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the page that displays the signature.

Declaration

[C#]
    string PageURI;

[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.

See also:     StartX     StartY    

Discuss this help topic in SecureBlackbox Forum