IPXV_Inst::CreateMeasureUnitsConvTbl Method
From PDF XChange PDF SDK
Line 5: | Line 5: | ||
{{ToReview}} | {{ToReview}} | ||
− | Call this method to create new | + | Call this method to create new UI-Edit helper for auto-conversion possibility between different units of measuring. |
== Syntax == | == Syntax == |
Revision as of 13: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.