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

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

Syntax

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

Parameters

image
Type: System.Drawing..::..Image
An image assigned to the Image property of the current object.
style
Type: C1.C1Preview..::..Style
A Style to use (the AssignNonInheritedFrom(Style) method is used to copy the specified style to the current object's Style()()()()).

See Also