Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.PageInfos

TElPDFDocument     See also     


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


This read-only property returns TElPDFPageInfo instance that contains information about page.

Declaration

[C#]
    TElPDFPageInfo PageInfos[int Index];

[VB.NET]
    Property PageInfos(ByVal Index As Integer) As TElPDFPageInfo

[Pascal]
    property PageInfos[Index : integer] : TElPDFPageInfo;

[C++]
    TElPDFPageInfo* get_PageInfos(int32_t Index);

[PHP]
    TElPDFPageInfo get_PageInfos(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the page in list.

Description

    Use this property to access info about individual pages. The first page has index 0. To get total amount of pages use PageInfoCount property.

See also:     PageInfoCount    

Discuss this help topic in SecureBlackbox Forum