 | PdfiumFPDFPattern_RemoveRef Method |
Decrease the reference counter.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPattern_RemoveRef(
IntPtr hPattern
)
Public Shared Sub FPDFPattern_RemoveRef (
hPattern As IntPtr
)
public:
static void FPDFPattern_RemoveRef(
IntPtr hPattern
)
static member FPDFPattern_RemoveRef :
hPattern : IntPtr -> unit
public static void FPDFPattern_RemoveRef(
IntPtr hPattern
)
Patagames.Pdf.Pdfium.FPDFPattern_RemoveRef = function(hPattern);
Parameters
- hPattern IntPtr
- Handle to the pattern object.
See Also