In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddPushButtonFormField Method

AddPushButtonFormField Method (GdPicturePDF)

In This Topic
Adds a push button form field to the currently selected page of the loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a push button form field to the currently selected page of the loaded PDF document according to what you have specified. A push button field is a purely interactive control that responds immediately to user input without retaining a permanent value.

This method uses the RGB color space for specifying the required color of the displayed push button's caption.

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

 
Adds a push button form field to the currently selected page of the loaded PDF document according to what you have specified. A push button field is a purely interactive control that responds immediately to user input without retaining a permanent value.

This method uses the CMYK color space for specifying the required color of the displayed push button's caption.

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

 
Adds a push button form field to the currently selected page of the loaded PDF document according to what you have specified. A push button field is a purely interactive control that responds immediately to user input without retaining a permanent value.

This method uses the RGB color space for specifying the required color of the displayed push button's caption.

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

 
See Also