| | Name | Description |
|---|
  | FPDFCodecs_FlateEncode(Byte) |
Encodes the specified srcBuf using zlib/deflate compression method and return the result as a byte array.
|
  | FPDFCodecs_FlateEncode(IntPtr, Int32) |
Encodes the specified image object using the zlib/deflate compression method.
|
  | FPDFCodecs_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).
|
  | FPDFCodecs_FlateEncode(Byte, Int32, Int32, Int32, Int32) |
Encodes the specified srcBuf using zlib/deflate compression method and return the result as a byte array.
|
  | FPDFCodecs_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).
|