 | PdfiumFPDFSTREAM_ReleaseDecodedData Method |
Release decoded content
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static void FPDFSTREAM_ReleaseDecodedData(
IntPtr data
)
Public Shared Sub FPDFSTREAM_ReleaseDecodedData (
data As IntPtr
)
public:
static void FPDFSTREAM_ReleaseDecodedData(
IntPtr data
)
static member FPDFSTREAM_ReleaseDecodedData :
data : IntPtr -> unit public static void FPDFSTREAM_ReleaseDecodedData(
IntPtr data
)
Patagames.Pdf.Pdfium.FPDFSTREAM_ReleaseDecodedData = function(data);
Parameters
- data IntPtr
- Pointer to decoded content returned by FPDFSTREAM_GetDecodedData(IntPtr, Int32)
See Also