Click or drag to resize

PdfiumFPDFCodecs_ParseJpeg(IntPtr) Method

Fills the stream dictionary with data about the JPEG file contained in the stream. If successful, the stream is ready to be loaded by the FPDFImageObj_LoadFromStream(IntPtr, IntPtr, Boolean) function.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static bool FPDFCodecs_ParseJpeg(
	IntPtr hStream
)

Parameters

hStream  IntPtr
A handle to a stream containing JPEG data.

Return Value

Boolean
Returns TRUE on success; FALSE otherwise.
See Also