Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetColorSpaceAsJSON
Queries one color space as JSON object.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 10.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetColorSpaceAsJSON"; PDF; Index ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Index | The index of the colorspace. From 0 to DynaPDF.GetColorSpaceCount-1. |
0 |
Result
Returns JSON or error.
Description
Queries one color space as JSON object.See TExtColorSpace structure in DynaPDF help, which we convert to JSON for you.
Keys include Type, Alternate, AlternateColorSpace, BufSize, BlackPoint, WhitePoint, NumComponents, NumInComponents, NumOutComponents, Gamma, Range, Matrix, NumColors, ColorantsCount, Colorants, MetadataSize, Metadata, Attributes and Index.
See also GetColorSpaceAsJSON function in DynaPDF manual.
See also
- DynaPDF.GetColorSpace
- DynaPDF.GetColorSpaceCount
- DynaPDF.GetColorSpaceInfo
- DynaPDF.GetColorSpacesAsJSON
- DynaPDF.New
Release notes
- Version 10.5
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 19th September 2020, last changed 2nd September 2022
