GetPageColorSpaces
Version history
This function was introduced in Quick PDF Library version 8.14.
Description
Returns a CSV string containing the list of color spaces defined in the resource tree of the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetPageColorSpaces(Options: Integer): WideString;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetPageColorSpaces(
Options As Long) As String
DLL
wchar_t * DPLGetPageColorSpaces(int InstanceID, int Options)
Parameters
Options | This parameter should be set to 0. |