GetPDFFormElementAt

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

The GetPDFFormElementAt method  returns the gtPDFFormElementX object.

 

Syntax

[VC++]

CgtPDFFormElementX GetPDFFormElementAt(long Index, long PageNo);

 

[CS]

public abstract new  gtPDFFormElementX GetPDFFormElementAt (  Int32 Index ,  Int32 PageNo )

 

[VB]

Function GetPDFFormElementAt(Index As Long, PageNo As Long) As gtPDFFormElementX

 

 

 

Parameters

 

    Index

 

        Specifies the index of the element. The index should be less than or

        equal to the number of elements returned by GetTotalPDFElementsInPage().

 

    PageNo

 

       Specifies the Page Number.