PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / SampleC1PrintDocument Constructor / SampleC1PrintDocument Constructor(String)
The name of the sample document (shown as watermark text).

In This Topic
    SampleC1PrintDocument Constructor(String)
    In This Topic
    Creates a new instance of SampleC1PrintDocument class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal documentName As String _
    )
    public SampleC1PrintDocument( 
       string documentName
    )

    Parameters

    documentName
    The name of the sample document (shown as watermark text).
    See Also