Click or drag to resize

PdfiumFPDFSTREAM_InitStreamFromFile Method

Initialize the stream with a sequence of bytes readed from specified file.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFSTREAM_InitStreamFromFile(
	IntPtr handle,
	IntPtr file,
	IntPtr dictionary
)

Parameters

handle  IntPtr
Handle to a stream object
file  IntPtr
Hanlde to the file opened by FPDF_OpenFile(String) functiuon.
dictionary  IntPtr
Handle to the dictionary object.
Remarks
The file should be stay opened while the stream object is used.
See Also