IPXV_Inst::RegisterExportConverter Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT RegisterExportConverter([in]  BSTR                  pID,
+
<pre class="brush:cpp;gutter:false">HRESULT RegisterExportConverter([in]  BSTR                  sID,
 
                                 [in]  IPXV_ExportConverter*  pConverter);</pre>
 
                                 [in]  IPXV_ExportConverter*  pConverter);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pID
+
;sID
 
:[in]  A string containing the unique identifier of the convertor.
 
:[in]  A string containing the unique identifier of the convertor.
 
;pConverter
 
;pConverter

Revision as of 02:40, 4 June 2015


Registers a convertor from PDF to other format.

Syntax

HRESULT RegisterExportConverter([in]  BSTR                   sID,
                                [in]  IPXV_ExportConverter*  pConverter);

Parameters

sID
[in] A string containing the unique identifier of the convertor.
pConverter
[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