Adds an image to the current paragraph content.

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

Syntax

C#
public ParagraphImage AddImage(
	Image image
)
Visual Basic
Public Function AddImage ( _
	image As Image _
) As ParagraphImage

Parameters

image
Type: System.Drawing..::..Image
The image to add.

Return Value

A ParagraphImage object representing the specified image.

Remarks

This method creates a ParagraphImage, initializes it with the specified image, and adds it to the current collection.

See Also