C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / ParagraphObjectCollection Class / AddImage Method / AddImage(Image) Method
The image to add.

In This Topic
AddImage(Image) Method
In This Topic
Adds an image to the current paragraph content.
Syntax
'Declaration
 
Public Overloads Function AddImage( _
   ByVal image As Image _
) As ParagraphImage
 

Parameters

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