CorelScript.FileSave
Function FileSave(FileName As String, ThumbnailSize As Long, SaveSelectedOnly As Boolean, FileVersion As Long, IncludeCMXData As Boolean) As Long
Description
Member of CorelScript
The FileSave method saves the active document.
Parameter
|
Description
|
FileName
|
Specifies the name of the file to save
|
ThumbnailSize
|
Specifies the size of the thumbnail:
|
SaveSelectedOnly
|
Specifies whether to save selected items only. True (-1) enables this option, while False (0) saves the entire document.
|
FileVersion
|
Specifies the file version of the document being saved:
|
IncludeCMXData
|
Specifies whether to include CMX data with the saved file. True (-1) enables this option, while False (0) disables it.
|
Copyright 2013 Corel Corporation. All rights reserved.