Initializes a new instance of the ImgJBIG2 class

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

Collapse imageSyntax

C#
public ImgJBIG2(
	int width,
	int height,
	byte[] data,
	byte[] globals
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer, _
	data As Byte(), _
	globals As Byte() _
)
Visual C++
public:
ImgJBIG2(
	int width, 
	int height, 
	array<unsigned char>^ data, 
	array<unsigned char>^ globals
)

Parameters

width
Type: System..::..Int32
height
Type: System..::..Int32
data
Type: array<System..::..Byte>[]()[][]
globals
Type: array<System..::..Byte>[]()[][]

Collapse imageSee Also