Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public static byte[] FlateDecode(
	byte[] inp,
	bool strict
)
Visual Basic
Public Shared Function FlateDecode ( _
	inp As Byte(), _
	strict As Boolean _
) As Byte()
Visual C++
public:
static array<unsigned char>^ FlateDecode(
	array<unsigned char>^ inp, 
	bool strict
)

Parameters

inp
Type: array<System..::..Byte>[]()[][]
strict
Type: System..::..Boolean

Collapse imageSee Also