ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / PrintPreview Method

In This Topic
    PrintPreview Method (PrintInfo)
    In This Topic
    Opens a separate modal window in which end users can preview the output that would be generated by the print operation.
    Syntax
    'Declaration
     
    
    Public Sub PrintPreview() 
    public void PrintPreview()
    Remarks
    PreviewFormClassName allows to specify a custom form for the preview dialog.
    See Also