PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dExporterBase Class / PreviewOutputFile Method

In This Topic
    PreviewOutputFile Method (C1dExporterBase)
    In This Topic
    Overridden. Previews Exporter.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