Discuss this help topic in SecureBlackbox Forum

TElPDFFile.GetRootObjectIndex

TElPDFFile     See also     


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


This topic is under development…

Declaration

[C#]
    int GetRootObjectIndex(TElPDFObject Obj);

[VB.NET]
    Function GetRootObjectIndex(ByVal Obj As TElPDFObject) As Integer

[Pascal]
    function GetRootObjectIndex( Obj : TElPDFObject) : integer;

[C++]
    int32_t GetRootObjectIndex(TElPDFObject &Obj);
    int32_t GetRootObjectIndex(TElPDFObject *Obj);

[PHP]
    integer GetRootObjectIndex(TElPDFObject $Obj)

[Java]
    int getRootObjectIndex(TElPDFObject Obj);

Parameters

  • Obj -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum