ImageGear .NET
CreateTextField(String,WidgetAnnotation) Method




The full name of the field.
The 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 WidgetAnnotation _
) As TextField
'Usage
 
Dim instance As Form
Dim fullName As String
Dim widget As WidgetAnnotation
Dim value As TextField
 
value = instance.CreateTextField(fullName, widget)
public TextField CreateTextField( 
   string fullName,
   WidgetAnnotation widget
)
public: TextField* CreateTextField( 
   string* fullName,
   WidgetAnnotation* widget
) 
public:
TextField^ CreateTextField( 
   String^ fullName,
   WidgetAnnotation^ widget
) 

Parameters

fullName
The full name of the field.
widget
The 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