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(
	Image image
)
Visual Basic
Public Sub New ( _
	image As Image _
)
Visual C++
public:
Jpeg2000(
	Image^ image
)

Parameters

image
Type: iTextSharp.text..::..Image

See Also