'Declaration Public Overloads Function AddImage( _ ByVal image As Image, _ ByVal style As Style _ ) As ParagraphImage
public ParagraphImage AddImage( Image image, Style style )
Parameters
- image
- The image to add.
- style
- A style used to render the image.
Return Value
A ParagraphImage object representing the specified image.