'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 field.
Return Value
A TextField.