In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldNoBackgroundColor Method

SetFormFieldNoBackgroundColor Method (GdPicturePDF)

In This Topic
Removes the background (fill) 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 background (fill) 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 background (fill) color attribute becomes undefined using this method, which causes the form field background not to appear on the page.  
Removes the background (fill) 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 background (fill) 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 background (fill) color attribute becomes undefined using this method, which causes the form field background not to appear on the page.

 
See Also