| | Name | Description |
|---|
  | FPDFCodecs_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.
|
  | FPDFCodecs_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.
|
  | FPDFCodecs_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.
|