In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldNoBorderColor Method

SetFormFieldNoBorderColor Method (GdPicturePDF)

In This Topic
Removes the border color attribute 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.
Overload List
OverloadDescription
Removes the border color attribute 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. Be aware that the border color attribute becomes undefined using this method, which causes the form field border not to appear on the page.  
Removes the border color attribute 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 remove using this method. As said, this method is only applicable to radio buttons.

Be aware that the border color attribute becomes undefined using this method, which causes the form field border not to appear on the page.

 
See Also