PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / PreviewOutputFile Method

In This Topic
    PreviewOutputFile Method (C1dExporter)
    In This Topic
    Overridden. Previews OutputFileName. Tries to preview the output file, either using the OS shell or an own instance of C1.Win.C1Preview.C1PrintPreviewDialog if there is no shell association on the current system.
    Syntax
    'Declaration
     
    Protected Overridable Sub PreviewOutputFile() 
    protected virtual void PreviewOutputFile()
    See Also