ImageGear .NET
CreateTextField(String,ImGearPDFPage,ImGearPDFFixedRect) Method




The full name of the field.
The page on which the field should appear.
The bounding box for the the field.
Creates a new TextField in the PDF Form.
Syntax
'Declaration
 
Public Overloads Function CreateTextField( _
   ByVal fullName As String, _
   ByVal page As ImGearPDFPage, _
   ByVal rect As ImGearPDFFixedRect _
) As TextField
'Usage
 
Dim instance As Form
Dim fullName As String
Dim page As ImGearPDFPage
Dim rect As ImGearPDFFixedRect
Dim value As TextField
 
value = instance.CreateTextField(fullName, page, rect)
public TextField CreateTextField( 
   string fullName,
   ImGearPDFPage page,
   ImGearPDFFixedRect rect
)
public: TextField* CreateTextField( 
   string* fullName,
   ImGearPDFPage* page,
   ImGearPDFFixedRect* rect
) 
public:
TextField^ CreateTextField( 
   String^ fullName,
   ImGearPDFPage^ page,
   ImGearPDFFixedRect^ rect
) 

Parameters

fullName
The full name of the field.
page
The page on which the field should appear.
rect
The bounding box for the the field.

Return Value

A TextField.
See Also

Reference

Form Class
Form Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback