Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SetBorderStyle
Set the global border style which is used for newly created form fields.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SetBorderStyle"; PDF; BorderStyle ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
BorderStyle | The new border style. Can be Solid, Bevelled, Inset, Underline or Dashed. | "Solid" |
Result
Returns OK or error.
Description
Set the global border style which is used for newly created form fields.It is also possible to change the style of a specific form field, see DynaPDF.SetFieldBorderStyle for further information.
See also SetBorderStyle function in DynaPDF manual.
See also
- DynaPDF.CreateButton
- DynaPDF.CreateComboBox
- DynaPDF.CreateRadioButton
- DynaPDF.CreateSigField
- DynaPDF.GetBorderStyle
- DynaPDF.GetFieldBorderStyle
- DynaPDF.New
- DynaPDF.SetAnnotBorderStyle
- DynaPDF.SetBookmarkStyle
- DynaPDF.SetFieldBorderStyle
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014