AddTextField

Top  Previous  Next

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

 

This method adds the text field to the specified page of the loaded pdf document.

 

Syntax

[VC++]

void AddTextField(LPDISPATCH Item, long Page);

 

[CS]

public abstract new void AddTextField (  gtPDFFormTextFieldX Item ,  Int32 Page )

 

[VB]

Sub AddTextField(Item As gtPDFFormTextFieldX, Page As Long)

 

 

 

 

Parameters

       Item

        Specifies the text field as gtPDFFormTextFieldX object.

 

  Page

        Specifies the page to which the text field is to be added.