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

In This Topic
    FileSave() Method
    In This Topic
    Saves (exports) the current document in the specified file. The user can select a file name in a "save file" dialog. The save/export format is determined by the file extension.
    Syntax
    'Declaration
     
    Public Overloads Function FileSave() As Boolean
    public bool FileSave()

    Return Value

    true if the current document was saved, false otherwise.
    See Also