IPXV_JSObj::ToSource 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:IPXV_JSObj::ToSource Method}} | ||
+ | {{#parentPage:PXV:IPXV_JSObj#Methods|ToSource|method}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | The method of interface of PDF-XChange Editor SDK. | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">HRESULT ToSource([out, retval] BSTR* sRes);</pre> | ||
+ | |||
+ | == Parameters == | ||
+ | ;sRes | ||
+ | :[out, retval] Pointer to BSTR. | ||
+ | |||
+ | == Return Value == | ||
+ | Returns S_OK if operation was successful or error code in other cases. | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IPXV_JSObj|IPXV_JSObj]] |
Latest revision as of 00:28, 20 October 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT ToSource([out, retval] BSTR* sRes);
Parameters
- sRes
- [out, retval] Pointer to BSTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.