Gets an instance of an Image in raw mode.

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

Syntax

C#
public static Image GetInstance(
	int width,
	int height,
	bool reverseBits,
	int typeCCITT,
	int parameters,
	byte[] data
)
Visual Basic
Public Shared Function GetInstance ( _
	width As Integer, _
	height As Integer, _
	reverseBits As Boolean, _
	typeCCITT As Integer, _
	parameters As Integer, _
	data As Byte() _
) As Image
Visual C++
public:
static Image^ GetInstance(
	int width, 
	int height, 
	bool reverseBits, 
	int typeCCITT, 
	int parameters, 
	array<unsigned char>^ data
)

Parameters

width
Type: System..::..Int32
the width of the image in pixels
height
Type: System..::..Int32
the height of the image in pixels
reverseBits
Type: System..::..Boolean
typeCCITT
Type: System..::..Int32
parameters
Type: System..::..Int32
data
Type: array<System..::..Byte>[]()[][]

Return Value

See Also