Constructs a Jpeg-object from memory.

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

Syntax

C#
public Jpeg(
	byte[] img
)
Visual Basic
Public Sub New ( _
	img As Byte() _
)
Visual C++
public:
Jpeg(
	array<unsigned char>^ img
)

Parameters

img
Type: array<System..::..Byte>[]()[][]
the memory image

See Also