PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / FileSave Method

In This Topic
    FileSave Method (C1PreviewPane)
    In This Topic
    Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane.
    Overload List
    OverloadDescription
    Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane.  
    Saves the currently loaded document into the specified fileName. If fileName is null or empty, or if exportProvider is null, shows the file save dialog allowing the user to select the file name and output format.

    ExportOptions specified on the current preview pane are used when saving the document.

     
    See Also