ImageGear .NET
CreateTextField(String,TextBoxWidgetAnnotation) Method




The full name of the field.
The text box annotation that is the visual representation of this text field.
Creates a new TextField in the PDF Form.
Syntax
'Declaration
 
Public Overloads Function CreateTextField( _
   ByVal fullName As String, _
   ByVal widget As TextBoxWidgetAnnotation _
) As TextField
'Usage
 
Dim instance As Form
Dim fullName As String
Dim widget As TextBoxWidgetAnnotation
Dim value As TextField
 
value = instance.CreateTextField(fullName, widget)
public TextField CreateTextField( 
   string fullName,
   TextBoxWidgetAnnotation widget
)
public: TextField* CreateTextField( 
   string* fullName,
   TextBoxWidgetAnnotation* widget
) 
public:
TextField^ CreateTextField( 
   String^ fullName,
   TextBoxWidgetAnnotation^ widget
) 

Parameters

fullName
The full name of the field.
widget
The text box annotation that is the visual representation of this text field.

Return Value

A TextField.
See Also

Reference

Form Class
Form Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback