Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSPageContent.Source

TElOfficeOpenXPSPageContent     See also     


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


The reference to the page content.

Declaration

[C#]
    string Source;

[VB.NET]
    Property Source As String

[Pascal]
    property Source : string;

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

[PHP]
    string get_Source()

[Java]
    String getSource();

Description

    Use this property to get the URI which references the page content, stored elsewhere in the package.

See also:     Package    

Discuss this help topic in SecureBlackbox Forum