IPXV_Inst::RegisterExportConverter Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT RegisterExportConverter([in] BSTR | + | <pre class="brush:cpp;gutter:false">HRESULT RegisterExportConverter([in] BSTR ID, |
− | [in] IPXV_ExportConverter* | + | [in] IPXV_ExportConverter* Converter);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;ID |
:[in] A string containing the unique identifier of the convertor. | :[in] A string containing the unique identifier of the convertor. | ||
− | ; | + | ;Converter |
:[in] Pointer to [[PXV:IPXV_ExportConverter|IPXV_ExportConverter]] object. | :[in] Pointer to [[PXV:IPXV_ExportConverter|IPXV_ExportConverter]] object. | ||
Revision as of 06:33, 12 June 2015
Registers a convertor from PDF to other format.
Syntax
HRESULT RegisterExportConverter([in] BSTR ID, [in] IPXV_ExportConverter* Converter);
Parameters
- ID
- [in] A string containing the unique identifier of the convertor.
- Converter
- [in] Pointer to IPXV_ExportConverter object.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
IPXV_Inst, IPXV_Inst::ExportConvertersCount, IPXV_Inst::ExportConverter