C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ParagraphImage Class / ParagraphImage Constructor / ParagraphImage Constructor(Image)
An image assigned to the Image property of the current object.

In This Topic
ParagraphImage Constructor(Image)
In This Topic
Initializes a new instance of the ParagraphImage class, assigning the Image property.
Syntax
'Declaration
 
Public Function New( _
   ByVal image As Image _
)
 

Parameters

image
An image assigned to the Image property of the current object.
See Also