Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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
PDF The PDF reference returned from DynaPDF.New. $pdf
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

Example Databases

Blog Entries

This function checks for a license.

Created 19th July 2016, last changed 19th July 2016


DynaPDF.GetColorSpaceCount - DynaPDF.GetColorSpacesAsJSON

💬 Ask a question or report a problem