ParagraphImage Constructor(String)
In This Topic
Initializes a new instance of the
ParagraphImage class, assigning the
ImageName property.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public ParagraphImage(
string
)
Parameters
- imageName
- A string that is assigned to the ImageName property.
See Also