Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.PageInfoCount

TElPDFDocument     See also     


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


Returns number of pages in the document.

Declaration

[C#]
    int PageInfoCount;

[VB.NET]
    Property PageInfoCount As Integer

[Pascal]
    property PageInfoCount : integer;

[C++]
    int32_t get_PageInfoCount();

[PHP]
    integer get_PageInfoCount()

[Java]
    int getPageInfoCount();

Description

    Use this property to get total amount of pages in the document. Use PageInfos property to get information about individual pages.

See also:     PageInfos    

Discuss this help topic in SecureBlackbox Forum