Click or drag to resize

PdfiumFPDFCodecs_FlateEncode Method

Overload List
 NameDescription
Public methodStatic memberFPDFCodecs_FlateEncode(Byte) Encodes the specified srcBuf using zlib/deflate compression method and return the result as a byte array.
Public methodStatic memberFPDFCodecs_FlateEncode(IntPtr, Int32) Encodes the specified image object using the zlib/deflate compression method.
Public methodStatic memberFPDFCodecs_FlateEncode(IntPtr, Int32, Int32, IntPtr) Encodes the specified bitmap using the zlib/deflate compression method and stores it in an unmanaged block of memory that must be freed by calling the FPDF_FreeMemory(IntPtr).
Public methodStatic memberFPDFCodecs_FlateEncode(Byte, Int32, Int32, Int32, Int32) Encodes the specified srcBuf using zlib/deflate compression method and return the result as a byte array.
Public methodStatic memberFPDFCodecs_FlateEncode(IntPtr, Int32, Int32, Int32, Int32, Int32, Int32) Encodes the specified srcBuf using zlib/deflate compression method and stores it in an unmanaged block of memory that must be freed by calling the FPDF_FreeMemory(IntPtr).
Top
See Also