Click or drag to resize

PdfiumFPDFSTREAM_GetData Method

Get a managed copy of underlying buffer of the stream.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static byte[] FPDFSTREAM_GetData(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to a stream object

Return Value

Byte
A byte array containing the content of the stream.
See Also