| | Name | Description |
|---|
  | FPDFCodecs_ParseJpx(IntPtr) |
Fills the stream dictionary with data about the JPEG2000 file contained in the stream. If successful, the stream is ready to be loaded by the FPDFImageObj_LoadFromStream(IntPtr, IntPtr, Boolean) function.
|
  | FPDFCodecs_ParseJpx(IntPtr, Byte, IntPtr) |
Parse the JPEG2000 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_ParseJpx(IntPtr, IntPtr, Int32, IntPtr) |
Parse the JPEG2000 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.
|