tcomIViewObject Interface Reference

View object. More...

Inheritance diagram for tcomIViewObject:

tcomIPage

List of all members.

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.


Detailed Description

View object.

Object which can be displayed


Member Function Documentation

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.

Parameters:
fileName Name of the file. Directory have to exists.
bAppendExtension Append appropriate extension to the file.
Return values:
pbName Name of the saved file. Name of the file is same as fileName if extension is not appended.


Property Documentation

BSTR MimeType [get]

Return mime-type.

Mime-type define type of the object and how-to display this object.

Return values:
pbName Name of mime-type.

Return parent document.

Return values:
ppDocument Return parent document. This object is type of IDocument


Generated on Wed Sep 22 16:40:49 2010 for Tahiti COM API