PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / ParagraphImage Class / ParagraphImage Constructor / ParagraphImage Constructor(String)
A string that is assigned to the ParagraphImage.ImageName property.

In This Topic
    ParagraphImage Constructor(String)
    In This Topic
    Initializes a new instance of the ParagraphImage class, assigning the ParagraphImage.ImageName property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal imageName As String _
    )
    public ParagraphImage( 
       string imageName
    )

    Parameters

    imageName
    A string that is assigned to the ParagraphImage.ImageName property.
    See Also