Click or drag to resize

PdfiumFPDFCodecs_ParseJpeg Method

Overload List
 NameDescription
Public methodStatic memberFPDFCodecs_ParseJpeg(IntPtr) 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.
Public methodStatic memberFPDFCodecs_ParseJpeg(IntPtr, Byte) Parse the JPEG data and populate the dictionary passed to the function. The populated dictionary is ready to be used as a stream dictionary with the FPDFImageObj_LoadFromStream(IntPtr, IntPtr, Boolean) function.
Public methodStatic memberFPDFCodecs_ParseJpeg(IntPtr, IntPtr, Int32) Parse the JPEG data and populate the dictionary passed to the function. The populated dictionary is ready to be used as a stream dictionary with the FPDFImageObj_LoadFromStream(IntPtr, IntPtr, Boolean) function.
Top
See Also