IPXV_Inst::RegisterExportConverter Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Registers new convertor from PDF to other format.
+
Registers a convertor from PDF to other format.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pID
 
;pID
:[in]  A string containing the unique identifier of convertor.
+
:[in]  A string containing the unique identifier of the convertor.
 
;pConverter
 
;pConverter
:[in]  Pointer to [[PXV:IPXV_ExportConverter|IPXV_ExportConverter]].
+
:[in]  Pointer to [[PXV:IPXV_ExportConverter|IPXV_ExportConverter]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:23, 26 May 2015


Registers a convertor from PDF to other format.

Syntax

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

Parameters

pID
[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