 | PdfiumFPDFSTREAM_InitStream Method |
Initialize the stream with a sequence of bytes.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFSTREAM_InitStream(
IntPtr handle,
byte[] data,
IntPtr dictionary
)
Public Shared Sub FPDFSTREAM_InitStream (
handle As IntPtr,
data As Byte(),
dictionary As IntPtr
)
public:
static void FPDFSTREAM_InitStream(
IntPtr handle,
array<unsigned char>^ data,
IntPtr dictionary
)
static member FPDFSTREAM_InitStream :
handle : IntPtr *
data : byte[] *
dictionary : IntPtr -> unit
public static void FPDFSTREAM_InitStream(
IntPtr handle,
byte[] data,
IntPtr dictionary
)
Patagames.Pdf.Pdfium.FPDFSTREAM_InitStream = function(handle, data, 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