Click or drag to resize

PdfiumFPDFCodecs_JpegEncode Method

Overload List
 NameDescription
Public methodStatic memberFPDFCodecs_JpegEncode(IntPtr, Int32, Byte) Encodes the specified bitmap image to jpeg format and returns the result in a byte array.
Public methodStatic memberFPDFCodecs_JpegEncode(IntPtr, Int32, Int32, Byte) Encodes the specified raster image into jpeg format and stores it in an unmanaged block of memory that must be freed by calling the FPDF_FreeMemory(IntPtr).
Top
See Also