'Declaration Public Overloads Function AddImage( _ ByVal imageName As String _ ) As ParagraphImage
public ParagraphImage AddImage( string imageName )
Parameters
- imageName
- A string that is assigned to the ImageName property.
Return Value
A ParagraphImage object representing the specified named image.