Click or drag to resize

PdfiumFPDFSTREAM_ReleaseDecodedData Method

Release decoded content

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

Parameters

data  IntPtr
Pointer to decoded content returned by FPDFSTREAM_GetDecodedData(IntPtr, Int32)
See Also