Initializes a new instance of the DictionaryImage class.

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

Syntax

C#
public DictionaryImage(
	string name,
	Image image
)
Visual Basic
Public Sub New ( _
	name As String, _
	image As Image _
)

Parameters

name
Type: System..::..String
The name of the current item.
image
Type: System.Drawing..::..Image
The image to store in the current item.

See Also