IXPS2PDFConverter::SetDocument Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:IXPS2PDFConverter::SetDocument Method}} | ||
+ | {{#parentPage:PXV:IXPS2PDFConverter#Methods|SetDocument|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT SetDocument([in] IUnknown* pDoc, | ||
+ | [in] IUnknown* pDrvParams);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;pDoc | ||
+ | :[in] Pointer to IUnknown*. | ||
+ | ;pDrvParams | ||
+ | :[in] Pointer to IUnknown*. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IXPS2PDFConverter|IXPS2PDFConverter]] |
Latest revision as of 00:33, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT SetDocument([in] IUnknown* pDoc, [in] IUnknown* pDrvParams);
Parameters
- pDoc
- [in] Pointer to IUnknown*.
- pDrvParams
- [in] Pointer to IUnknown*.
Return Value
Returns S_OK if operation was successful or error code in other cases.