ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Drawing.Image _
    )
    public ParagraphImage( 
       System.Drawing.Image image
    )

    Parameters

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