Click or drag to resize

PdfiumFPDFSTREAM_GetRawData Method

Get underlying buffer of the stream.

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

Parameters

handle  IntPtr
Handle to a stream object

Return Value

IntPtr
The stream content in an unmanaged memory or IntPtr.Zero if any errors occurs.
See Also