DocumentClose(Boolean) Method |
Close the Document.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic bool Close(
bool save
)
Public Function Close (
save As Boolean
) As Boolean
Parameters
- save Boolean
- True to save the document (overrides the modified flag).
If the filename is not set (see Filename Property) the SaveAs Dialog is displayed.
Return Value
Boolean
See Also