Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSFixedDocument.URI

TElOfficeOpenXPSFixedDocument     


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


Specifies document's URI.

Declaration

[C#]
    string URI;

[VB.NET]
    Property URI As String

[Pascal]
    property URI : string;

[C++]
    void get_URI(std::string &OutResult);

[PHP]
    string get_URI()

[Java]
    String getURI();

Description

    Use this property to get URI of the document.

Discuss this help topic in SecureBlackbox Forum