PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderParagraph Class / RenderParagraph Constructor / RenderParagraph Constructor(Font)
The default font for the current paragraph.

In This Topic
    RenderParagraph Constructor(Font)
    In This Topic
    Initializes a new instance of the RenderParagraph class, specifying a System.Drawing.Font to use.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal font As Font _
    )
    public RenderParagraph( 
       Font font
    )

    Parameters

    font
    The default font for the current paragraph.
    See Also