 | PdfiumFPDFSTREAM_SetData(IntPtr, IntPtr, Int32, Boolean) Method |
Set specified raw data into current stream
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFSTREAM_SetData(
IntPtr handle,
IntPtr data,
int size,
bool bCompressed
)
Public Shared Sub FPDFSTREAM_SetData (
handle As IntPtr,
data As IntPtr,
size As Integer,
bCompressed As Boolean
)
public:
static void FPDFSTREAM_SetData(
IntPtr handle,
IntPtr data,
int size,
bool bCompressed
)
static member FPDFSTREAM_SetData :
handle : IntPtr *
data : IntPtr *
size : int *
bCompressed : bool -> unit
public static void FPDFSTREAM_SetData(
IntPtr handle,
IntPtr data,
int size,
boolean bCompressed
)
Patagames.Pdf.Pdfium.FPDFSTREAM_SetData = function(handle, data, size, 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