IUIX_NumEditFilter::GetDispValue Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetDispValue([out, defaultvalue(0)] VARIANT_BOOL* bOK, [out, retval] double* nVal);
Parameters
- bOK
- [out, defaultvalue(0)] Pointer to VARIANT_BOOL.
- nVal
- [out, retval] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.