
Public Member Functions | |
| HRESULT | AddPage ([in] BSTR filePath,[in] BSTR mimeType,[out, retval] tcomIPage **ppPage) |
| Add page to the document. | |
| HRESULT | Commit () |
| Commit document to the server. | |
Properties | |
| IDispatch | Repository [get] |
| Return document repository. | |
| IDispatch | Pages [get] |
| Return collection of pages. | |
Document stored in the repository.
| HRESULT AddPage | ( | [in] BSTR | filePath, | |
| [in] BSTR | mimeType, | |||
| [out, retval] tcomIPage ** | ppPage | |||
| ) |
Add page to the document.
Add file to the document
| HRESULT Commit | ( | ) |
Commit document to the server.
Commit document and all pages
IDispatch Pages [get] |
Return collection of pages.
It is possible to iterate over pages in the document. Returned object is tcomIPages.
| ppPages | Return collection of pages (tcomIPages) |
IDispatch Repository [get] |
Return document repository.
| ppRepository | Return repository. This object is type of tcomIDocumentManagerComponent |