Click or drag to resize

PdfiumFPDFCodecs_ParseJpx Method

Overload List
 NameDescription
Public methodStatic memberFPDFCodecs_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.
Public methodStatic memberFPDFCodecs_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.
Public methodStatic memberFPDFCodecs_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.
Top
See Also