ParagraphImage Constructor(Image)
In This Topic
Initializes a new instance of the
ParagraphImage class, assigning the
ParagraphImage.Image property.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
public ParagraphImage(
Image
)
Parameters
- image
- An image assigned to the ParagraphImage.Image property of the current object.
See Also