Initializes a new instance of the ParagraphImage class, assigning the Image property.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ParagraphImage(
	Image image
)
Visual Basic
Public Sub New ( _
	image As Image _
)

Parameters

image
Type: System.Drawing..::..Image
An image assigned to the Image property of the current object.

See Also