In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddTextFormField Method

AddTextFormField Method (GdPicturePDF)

In This Topic
Adds a text form field to the currently selected page of the loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a text form field to the currently selected page of the loaded PDF document according to what you have specified. A text field is a box or space in which the user can enter text from the keyboard. The text may be restricted to a single line or may be permitted to span multiple lines.

This method uses the RGB color space for specifying the required color of text displayed in the field.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
Adds a text form field to the currently selected page of the loaded PDF document according to what you have specified. A text field is a box or space in which the user can enter text from the keyboard. The text may be restricted to a single line or may be permitted to span multiple lines.

This method uses the CMYK color space for specifying the required color of text displayed in the field.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
Adds a text form field to the currently selected page of the loaded PDF document according to what you have specified. A text field is a box or space in which the user can enter text from the keyboard. The text may be restricted to a single line or may be permitted to span multiple lines.

This method uses the RGB color space for specifying the required color of text displayed in the field.

You can subsequently use other methods for assigning more form field properties, as it is shown in the Example section below.

 
See Also