Save
Method of IBaseDocument
Description
Saves document under given path. If path is empty saves on current file name
Parameters
- BSTR strPath = "" (optional)
- VARIANT_BOOL bAsCopy = VARIANT_FALSE (optional)
Syntax
JavaScript
BaseDocument.Save(strPath, bAsCopy);
==== Visual Basic Script ====
BaseDocument.Save strPath, bAsCopy
==== C++ ====
HRESULT hr = BaseDocument.Save(strPath, bAsCopy);
===== See Also ===== IBaseDocument