www.gnostice.com 

AddTextField Method

Top  Previous  Next

This method contains properties of a form text field like text scroll, spell check, password and more. Create an instance of this class and pass it as a parameter to AddFormItem to add a Text field to the document.

 

 

 

 

Syntax

 

 

[VC++]

void AddTextField(LPDISPATCH Item);

 

[C#]

public abstract new void AddTextField ( eDocEngineX.gtPDFFormTextFieldX Item )

 

[VB]

Sub AddTextField(Item As gtPDFFormTextFieldX)

 

 

 

 

 

 

 

 

Parameters

 

       Item

          specifies the text field object to be added.