Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SetExtStrokeColorSpace
Activates an extended color space for strokes in the graphics state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SetExtStrokeColorSpace"; PDF; Handle ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Handle | Handle of an extended color space. |
Result
Returns OK or error.
Description
Activates an extended color space for strokes in the graphics state.The stroke color is initialized to black after the color space has been changed. See also Color Spaces.
Requires DynaPDF Pro license.
See also SetExtStrokeColorSpace function in DynaPDF manual.
See also
- DynaPDF.Initialize
- DynaPDF.New
- DynaPDF.SetColorSpace
- DynaPDF.SetExtColorSpace
- DynaPDF.SetExtFillColorSpace
- DynaPDF.SetStrokeColorValue
Release notes
- Version 7.4
Blog Entries
This function checks for a license.
Created 27th August 2017, last changed 27th July 2018