Click or drag to resize

PdfiumFPDFPageObj_Release Method

Release page object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_Release(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to page object returned by FPDFPageObj_Create(PageObjectTypes).
Remarks
The application should not call this method if object was inserted into page. In this case it would be called automatically.
See Also