IIXC_MatrixFilterDefinition::GetCoeff Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetCoeff([in] ULONG nX, [in] ULONG nY, [out, retval] LONG* nCoeff);
Parameters
- nX
- [in] Value of ULONG.
- nY
- [in] Value of ULONG.
- nCoeff
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.