Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SetFieldBorderStyle
Changes the border style of a specific Interactive Form field.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SetFieldBorderStyle"; PDF; Field; BorderStyle ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Field | The field index or field name. | "FirstName" |
BorderStyle | The new border style. Can be Solid, Bevelled, Inset, Underline or Dashed. |
"Solid" |
Result
Returns OK or error.
Description
Changes the border style of a specific Interactive Form field.It is not possible to change the border style of imported button fields. The global border style which is used for newly created fields can be set with the function DynaPDF.SetBorderStyle.
See also SetFieldBorderStyle function in DynaPDF manual.
See also
- DynaPDF.CreateComboBox
- DynaPDF.CreateListBox
- DynaPDF.CreateSigField
- DynaPDF.GetBorderStyle
- DynaPDF.GetFieldBorderColor
- DynaPDF.GetFieldBorderStyle
- DynaPDF.GetFieldBorderWidth
- DynaPDF.SetAnnotBorderStyle
- DynaPDF.SetFieldBorderColor
- DynaPDF.SetFieldBorderWidth
Example Databases
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 30th September 2020