 | PdfiumFPDFColorSpace_AddRef Method |
Increase the reference counter.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFColorSpace_AddRef(
IntPtr colorSpace
)
Public Shared Sub FPDFColorSpace_AddRef (
colorSpace As IntPtr
)
public:
static void FPDFColorSpace_AddRef(
IntPtr colorSpace
)
static member FPDFColorSpace_AddRef :
colorSpace : IntPtr -> unit
public static void FPDFColorSpace_AddRef(
IntPtr colorSpace
)
Patagames.Pdf.Pdfium.FPDFColorSpace_AddRef = function(colorSpace);
Parameters
- colorSpace IntPtr
- Handle to the color space object.
See Also