![]() | PdfiumFPDFColor |
public static void FPDFColorSpace_Release( IntPtr colorSpace )
Public Shared Sub FPDFColorSpace_Release ( colorSpace As IntPtr )
public: static void FPDFColorSpace_Release( IntPtr colorSpace )
static member FPDFColorSpace_Release : colorSpace : IntPtr -> unit
public static void FPDFColorSpace_Release( IntPtr colorSpace )
Patagames.Pdf.Pdfium.FPDFColorSpace_Release = function(colorSpace);
The handle to the stock color spaces returned by the FPDFColorSpace_GetStockCS(ColorTypes) and FPDFColorSpace_ColorspaceFromName(String) functions does not need to be released.
Note an array object passed to the FPDFColorSpace_Load(IntPtr, IntPtr, IntPtr) is not destroyed by this call.
This method should not be called if the color space object is already in use by some other object. In such a case, this color space object will be destroyed when the other object is destroyed.