Click or drag to resize

PdfiumFPDFSTREAM_GetDecodedData Method

Decodes stream contents.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFSTREAM_GetDecodedData(
	IntPtr handle,
	out int size
)

Parameters

handle  IntPtr
Handle to a stream object
size  Int32
The lenth of decoded contetnt

Return Value

IntPtr
The decoded Stream contents in unmanaged memory or IntPtr.Zero if any errors occurs.
Remarks
Returned pointer should be released by calling FPDFSTREAM_ReleaseDecodedData(IntPtr).
See Also