GetFormFieldByIndex

Top  Previous  Next

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

 

Use this method to get the form fields present in the loaded pdf document as gtFormFieldX object.

 

Syntax

[VC++]

CgtFormFieldX GetFormFieldByIndex(long FieldNo);

 

[CS]

public abstract new  gtFormFieldX GetFormFieldByIndex (  Int32 FieldNo )

 

[VB]

Function GetFormFieldByIndex(FieldNo As Long) As gtFormFieldX

 

 

Parameter

 

    FieldNo

        Specifies the field index.

 

 

See Tutorial-EditForm Field Attributes