Discuss this help topic in SecureBlackbox Forum

TElPDFPageInfo.PageObject

TElPDFPageInfo     


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


Returns a reference to the page object.

Declaration

[C#]
    TElPDFDictionary PageObject;

[VB.NET]
    Property PageObject As TElPDFDictionary

[Pascal]
    property PageObject : TElPDFDictionary;

[C++]
    TElPDFDictionary* get_PageObject();

[PHP]
    TElPDFDictionary get_PageObject()

[Java]
    TElPDFDictionary getPageObject();

Description

    Use this property to get a reference to the page object.

Discuss this help topic in SecureBlackbox Forum