 | PdfiumFPDFSTREAM_InitStreamFromFile Method |
Initialize the stream with a sequence of bytes readed from specified file.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFSTREAM_InitStreamFromFile(
IntPtr handle,
IntPtr file,
IntPtr dictionary
)
Public Shared Sub FPDFSTREAM_InitStreamFromFile (
handle As IntPtr,
file As IntPtr,
dictionary As IntPtr
)
public:
static void FPDFSTREAM_InitStreamFromFile(
IntPtr handle,
IntPtr file,
IntPtr dictionary
)
static member FPDFSTREAM_InitStreamFromFile :
handle : IntPtr *
file : IntPtr *
dictionary : IntPtr -> unit
public static void FPDFSTREAM_InitStreamFromFile(
IntPtr handle,
IntPtr file,
IntPtr dictionary
)
Patagames.Pdf.Pdfium.FPDFSTREAM_InitStreamFromFile = function(handle, file, 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.
RemarksThe file should be stay opened while the stream object is used.
See Also