Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSFixedDocument.PageContents

TElOfficeOpenXPSFixedDocument     See also     


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


Contains a sequence of the document pages.

Declaration

[C#]
    TElOfficeOpenXPSPageContent PageContents[int Index];

[VB.NET]
    Property PageContents(ByVal Index As Integer) As TElOfficeOpenXPSPageContent

[Pascal]
    property PageContents[Index : Integer] : TElOfficeOpenXPSPageContent;

[C++]
    TElOfficeOpenXPSPageContent* get_PageContents(int32_t Index);

[PHP]
    TElOfficeOpenXPSPageContent get_PageContents(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    This property provides access to individual fixed-format pages of the fixed-format document.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum