Initializes a new instance of the Jpeg2000 class

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

Syntax

C#
public Jpeg2000(
	byte[] img,
	float width,
	float height
)
Visual Basic
Public Sub New ( _
	img As Byte(), _
	width As Single, _
	height As Single _
)
Visual C++
public:
Jpeg2000(
	array<unsigned char>^ img, 
	float width, 
	float height
)

Parameters

img
Type: array<System..::..Byte>[]()[][]
width
Type: System..::..Single
height
Type: System..::..Single

See Also