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

DynaPDF.SetStrokeColorValue

The function sets the current stroke color.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 11.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.SetStrokeColorValue"; PDF; Value )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
Value The color value.
e.g. use DynaPDF.RGB or DynaPDF.CMYK to create it.
255

Result

Returns OK or error.

Description

The function sets the current stroke color.
See also DynaPDF.SetFillColorValue.

See also SetStrokeColorValue function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 15th January 2021, last changed 15th January 2021


DynaPDF.SetStrokeColor - DynaPDF.SetTabLen