Click or drag to resize

PdfiumFPDFSTREAM_SetData(IntPtr, IntPtr, Int32, Boolean) Method

Set specified raw data into current stream

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFSTREAM_SetData(
	IntPtr handle,
	IntPtr data,
	int size,
	bool bCompressed
)

Parameters

handle  IntPtr
Handle to an stream object
data  IntPtr
The stream raw data in unmanaged memory
size  Int32
The length in bytes of the data
bCompressed  Boolean
Indicates whether a passed buffer is compressed or not.
See Also