IUIX_Slider::GetTickPos Method
From PDF XChange PDF SDK
Line 7: | Line 7: | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
− | Returns the position the specified | + | Returns the position the specified tick. |
== Syntax == | == Syntax == |
Revision as of 00:54, 29 May 2015
The method of interface of PDF-XChange Editor SDK.
Returns the position the specified tick.
Syntax
HRESULT GetTickPos([in] LONG nIndex, [out, retval] double* pTickPos);
Parameters
- nIndex
- [in] Value of LONG.
- pTickPos
- [out, retval] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.