
Public Member Functions | |
| HRESULT | SaveAs ([in] BSTR fileName,[in] VARIANT_BOOL bAppendExtension,[out, retval] BSTR *pbName) |
| Save object to file. | |
Properties | |
| tcomIViewObjectContainer | Parent [get] |
| Return parent document. | |
| BSTR | MimeType [get] |
| Return mime-type. | |
Object which can be displayed
| HRESULT SaveAs | ( | [in] BSTR | fileName, | |
| [in] VARIANT_BOOL | bAppendExtension, | |||
| [out, retval] BSTR * | pbName | |||
| ) |
Save object to file.
Method will save this object to the file.
| fileName | Name of the file. Directory have to exists. | |
| bAppendExtension | Append appropriate extension to the file. |
| pbName | Name of the saved file. Name of the file is same as fileName if extension is not appended. |
BSTR MimeType [get] |
Return mime-type.
Mime-type define type of the object and how-to display this object.
| pbName | Name of mime-type. |
tcomIViewObjectContainer Parent [get] |
Return parent document.
| ppDocument | Return parent document. This object is type of IDocument |