'Declaration Public Overloads Function FileSave( _ ByVal fileName As String, _ ByVal exportProvider As ExportProvider _ ) As Boolean
public bool FileSave( string fileName, ExportProvider exportProvider )
Parameters
- fileName
- The target file name.
- exportProvider
- The export provider to use.
Return Value
true if the current document was saved, false otherwise.