IPXV_Inst::CreateMeasureUnitsConvTbl Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Call this method to create new measure-units auto-conversion object.
+
Call this method to create new UI-Edit helper for auto-conversion possibility between different units of measuring.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 14:50, 24 May 2015


Call this method to create new UI-Edit helper for auto-conversion possibility between different units of measuring.

Syntax

HRESULT CreateMeasureUnitsConvTbl(  IUIX_NumEditFilterConvTbl**  ppConvTbl);

Parameters

ppConvTbl
Returns pointer to a new IUIX_NumEditFilterConvTbl object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst