IPXV_Document::Save Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::Save Method}} | {{#customTitle:IPXV_Document::Save Method}} | ||
Line 39: | Line 40: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Document|IPXV_Document]]. |
Revision as of 05:27, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Save([in, defaultvalue(NULL)] IUnknown* pDest, [in, defaultvalue(0)] LONG nFlags, [in, defaultvalue(NULL)] IProgressMon* pProgress, [in, defaultvalue(NULL)] IPXV_ExportConverter* pDestConv, [in, defaultvalue(NULL)] ICab* pDestConvParams, [in, defaultvalue(NULL)] IAFS_FileSys* pDestFS, [in, defaultvalue(NULL)] ICab* pAdvancedParams, [in, defaultvalue(0)] HANDLE_T hWndParent);
Parameters
- pDest
- [in, optional] Pointer to IUnknown*.
- nFlags
- [in, defaultvalue(0)] Value of LONG.
- pProgress
- [in, defaultvalue(NULL)] Pointer to IProgressMon.
- pDestConv
- [in, defaultvalue(NULL)] Pointer to IPXV_ExportConverter.
- pDestConvParams
- [in, defaultvalue(NULL)] Pointer to ICab.
- pDestFS
- [in, defaultvalue(NULL)] Pointer to IAFS_FileSys.
- pAdvancedParams
- [in, defaultvalue(NULL)] Pointer to ICab.
- hWndParent
- [in, defaultvalue(0)] Value of HANDLE_T.
Return Value
Returns S_OK if operation was successful or error code in other cases.