![]() | PdfiumFPDFColor |
public static IntPtr FPDFColorSpace_Load( IntPtr document, IntPtr hObj, IntPtr hDict )
Public Shared Function FPDFColorSpace_Load ( document As IntPtr, hObj As IntPtr, hDict As IntPtr ) As IntPtr
public: static IntPtr FPDFColorSpace_Load( IntPtr document, IntPtr hObj, IntPtr hDict )
static member FPDFColorSpace_Load : document : IntPtr * hObj : IntPtr * hDict : IntPtr -> IntPtr
public static IntPtr FPDFColorSpace_Load( IntPtr document, IntPtr hObj, IntPtr hDict )
Patagames.Pdf.Pdfium.FPDFColorSpace_Load = function(document, hObj, hDict);
For the Name objects, the stock color space is returned, in the same way as the FPDFColorSpace_ColorspaceFromName(String) method. If the Name is not the stock color space, the ColorSpace entry in the resource disctionary is scanned for the provided name.
The format of an Array object is [Name] for the stock color spaces and [Name, Object] for the CalGray, CalRGB, Lab, ICCBased, Indexed, Separation, DeviceN and Pattern color spaces.