In This Topic
Saves the current document to a disk file. The persistense format (
C1.C1Preview.C1DocumentFormatEnum.C1d or
C1.C1Preview.C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to
C1.C1Preview.C1DocumentFormatEnum.C1d if the format cannot be determined from the extension.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As String _
)
public void Save(
string
)
Parameters
- fileName
- The target file name.
See Also