Click or drag to resize

PdfiumFPDFPath_Delete Method

Destroy a path and release all related buffers

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

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create function.
See Also