In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldBorderColor Method

SetFormFieldBorderColor Method (GdPicturePDF)

In This Topic
Sets the border color of a required form field specified by its unique form field's identifier related to the currently loaded PDF document.
Overload List
OverloadDescription
Sets the border color of a required form field, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. This method uses the RGB color space for specifying the required color.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

 
Sets the border color of a required form field, here a child radio button in a group. The radio button group is specified by its unique form field's identifier and it is related to the currently loaded PDF document. Please note that every single child radio button in a group of radio buttons within a radio button field can have its own border color defined, that you are allowed to set using this method. As said, this method is only applicable to radio buttons.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

This method uses the RGB color space for specifying the required color.

 
Sets the border color of a required form field, that is specified by its unique form field's identifier and it is related to the currently loaded PDF document. This method uses the CMYK color space for specifying the required color.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

 
Sets the border color of a required form field, here a child radio button in a group. The radio button group is specified by its unique form field's identifier and it is related to the currently loaded PDF document. Please note that every single child radio button in a group of radio buttons within a radio button field can have its own border color defined, that you are allowed to set using this method. As said, this method is only applicable to radio buttons.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

This method uses the CMYK color space for specifying the required color.

 
Sets the border color of a required form field, that is specified by its unique form field's identifier and it it related to the currently loaded PDF document. This method uses the RGB color space for specifying the required color.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

 
Sets the border color of a required form field, here a child radio button in a group. The radio button group is specified by its unique form field's identifier and it is related to the currently loaded PDF document. Please note that every single child radio button in a group of radio buttons within a radio button field can have its own border color defined, that you are allowed to set using this method. As said, this method is only applicable to radio buttons.

Please use this method right after adding the required form field on the page, as the form field's border color attribute is not assigned automatically. Otherwise, the form field may display invisible.

This method uses the RGB color space for specifying the required color.

 
See Also