Constructs a chunk containing an Image.

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

Syntax

C#
public Chunk(
	Image image,
	float offsetX,
	float offsetY
)
Visual Basic
Public Sub New ( _
	image As Image, _
	offsetX As Single, _
	offsetY As Single _
)
Visual C++
public:
Chunk(
	Image^ image, 
	float offsetX, 
	float offsetY
)

Parameters

image
Type: iTextSharp.text..::..Image
the image
offsetX
Type: System..::..Single
the image offset in the x direction
offsetY
Type: System..::..Single
the image offset in the y direction

See Also