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(
	string imageName
)
Visual Basic
Public Function AddImage ( _
	imageName As String _
) As ParagraphImage

Parameters

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

Return Value

A ParagraphImage object representing the specified named image.

Remarks

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

See Also