Click or drag to resize

PdfiumFPDFCodecs_FlateEncode(Byte) Method

Encodes the specified srcBuf using zlib/deflate compression method and return the result as a byte array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static byte[] FPDFCodecs_FlateEncode(
	byte[] srcBuf
)

Parameters

srcBuf  Byte
A byte array, containing data must be encoded.

Return Value

Byte
A byte array containing encoded data; Null if any error occurred.
See Also