 | PdfiumFPDFSTREAM_SetData(IntPtr, Byte, 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,
byte[] data,
bool bCompressed
)
Public Shared Sub FPDFSTREAM_SetData (
handle As IntPtr,
data As Byte(),
bCompressed As Boolean
)
public:
static void FPDFSTREAM_SetData(
IntPtr handle,
array<unsigned char>^ data,
bool bCompressed
)
static member FPDFSTREAM_SetData :
handle : IntPtr *
data : byte[] *
bCompressed : bool -> unit
public static void FPDFSTREAM_SetData(
IntPtr handle,
byte[] data,
boolean bCompressed
)
Patagames.Pdf.Pdfium.FPDFSTREAM_SetData = function(handle, data, bCompressed);
Parameters
- handle IntPtr
- Handle to an stream object
- data Byte
- The stream raw data in managed memory
- bCompressed Boolean
- Indicates whether a passed buffer is compressed or not.
See Also