ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / Preview Method / Preview(String) Method
The System.String object specifies file name of .c1d or .c1dx to preview.

In This Topic
    Preview(String) Method
    In This Topic
    Opens a separate application window in wich end users can preview the output that would be generated by the print operation.
    Syntax
    'Declaration
     
    Public Overloads Sub Preview( _
       ByVal fileName As System.String _
    ) 
    public void Preview( 
       System.string fileName
    )

    Parameters

    fileName
    The System.String object specifies file name of .c1d or .c1dx to preview.
    See Also