PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / ParagraphImage Class / ParagraphImage Constructor / ParagraphImage Constructor(Image)
An image assigned to the ParagraphImage.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 ParagraphImage.Image property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As Image _
    )
    public ParagraphImage( 
       Image image
    )

    Parameters

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