Click or drag to resize

PdfiumFPDFSTREAM_InitStream Method

Initialize the stream with a sequence of bytes.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFSTREAM_InitStream(
	IntPtr handle,
	byte[] data,
	IntPtr dictionary
)

Parameters

handle  IntPtr
Handle to a stream object
data  Byte
An array of bytes. This method copies all bytes from data to the current stream.
dictionary  IntPtr
Handle to the dictionary object.
See Also