Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SetExtFillColorSpace
Activates an extended color space for fillings in the graphics state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SetExtFillColorSpace"; 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 fillings in the graphics state.The fill color is initialized to black after the color space has been changed. See also Color Spaces.
Requires DynaPDF Pro license.
See also SetExtFillColorSpace function in DynaPDF manual.
See also
- DynaPDF.Initialize
- DynaPDF.New
- DynaPDF.SetColorSpace
- DynaPDF.SetExtColorSpace
- DynaPDF.SetExtStrokeColorSpace
- DynaPDF.SetFillColorValue
Release notes
- Version 7.4
Blog Entries
This function checks for a license.
Created 27th August 2017, last changed 27th July 2018
