ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphImage Class / ParagraphImage Constructor / ParagraphImage Constructor(Image,Style)
An image assigned to the Image property of the current object.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).

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

    Parameters

    image
    An image assigned to the Image property of the current object.
    style
    A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
    See Also