Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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

Blog Entries

Created 18th August 2014, last changed 18th August 2014


DynaPDF.SetBookmarkStyle - DynaPDF.SetCMapDir

Feedback: Report problem or ask question.