Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSDocument.FixedDocuments

TElOfficeOpenXPSDocument     See also     


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


Contains a sequence of fixed-format documents.

Declaration

[C#]
    TElOfficeOpenXPSFixedDocument FixedDocuments[int Index];

[VB.NET]
    Property FixedDocuments(ByVal Index As Integer) As TElOfficeOpenXPSFixedDocument

[Pascal]
    property FixedDocuments[Index : Integer] : TElOfficeOpenXPSFixedDocument;

[C++]
    TElOfficeOpenXPSFixedDocument* get_FixedDocuments(int32_t Index);

[PHP]
    TElOfficeOpenXPSFixedDocument get_FixedDocuments(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

    Use this property to get the desired fixed document from the list.

See also:     FixedDocumentCount    

Discuss this help topic in SecureBlackbox Forum