Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.SetLineJoinStyle

Sets a new line join.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 4.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetLineJoinStyle"; PDF; Style )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Style The new line join style. Can be MiterJoin, RoundJoin or BevelJoin

Result

Returns OK or error.

Description

Sets a new line join.
The function sets the line join style which specifies how two line segments are connected. The property must be applied inside an open page, template or pattern.
See also SetLineJoinStyle function in dynapdf_help.pdf.

See also SetLineJoinStyle function in DynaPDF manual.

See also

Blog Entries

This function checks for a license.

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


DynaPDF.SetLeading - DynaPDF.SetLineWidth