Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetColorSpaceInfo
Queries details on a colorspace.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 6.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.GetColorSpaceInfo"; PDF; Index; Selector ) 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 |
Selector | Which value to return. | "Type" |
Result
Returns value or error.
Description
Queries details on a colorspace.You can query Type, Alternate, Size (byte size of ICC Profile), Buffer (ICC Profile), NumInComponents, NumOutComponents, NumColors, ColorantsCount, Colorants (names of colorants as list), MetadataSize, Metadata (XMP metadata as text).
See also GetColorSpaceInfo function in DynaPDF manual.
See also
- DynaPDF.GetColorSpace
- DynaPDF.GetColorSpaceAsJSON
- DynaPDF.GetColorSpaceCount
- DynaPDF.GetColorSpacesAsJSON
- DynaPDF.GetImportDocInfo
- DynaPDF.New
- DynaPDF.SetColorSpace
Example Databases
Blog Entries
This function checks for a license.
Created 19th July 2016, last changed 19th July 2016