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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

Example Databases

Blog Entries

This function checks for a license.

Created 18th August 2014, last changed 30th September 2020


DynaPDF.SetFieldBorderColor - DynaPDF.SetFieldBorderWidth