In This Topic
GdPicture14 Namespace / GdPicturePDF Class / SetFormFieldBorderStyle Method

SetFormFieldBorderStyle Method (GdPicturePDF)

In This Topic
Sets the style of the line used to draw the border of check boxes and radio buttons. The required form field is specified by its unique form field's identifier and it is related to the currently loaded PDF document.
Overload List
OverloadDescription
Sets the style of the line used to draw the border 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.

The border's line dimensions need to be set in the current units defined in the PDF document. You can use the GetMeasurementUnit method to determine the currently defined units and you can use the SetMeasurementUnit method to reset the units according to your preference.

 
Sets the style of the line used to draw the border 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. As said, this method is only applicable to radio buttons.

The border's line dimensions need to be set in the current units defined in the PDF document. You can use the GetMeasurementUnit method to determine the currently defined units and you can use the SetMeasurementUnit method to reset the units according to your preference. Please note that every single child radio button in a group of radio buttons within a radio button field can have its own border's line style defined.

 
See Also