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

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

Syntax

C#
public ParagraphImage(
	string imageName
)
Visual Basic
Public Sub New ( _
	imageName As String _
)

Parameters

imageName
Type: System..::..String
A string that is assigned to the ImageName property.

See Also