IIXC_Page::Correction Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT Correction([in] RECT* pRect, [in] double r_br, [in] double g_br, [in] double b_br, [in] double r_cont, [in] double g_cont, [in] double b_cont, [in] double r_gamma, [in] double g_gamma, [in] double b_gamma);
Parameters
- pRect
- [in] Pointer to RECT.
- r_br
- [in] Value of double.
- g_br
- [in] Value of double.
- b_br
- [in] Value of double.
- r_cont
- [in] Value of double.
- g_cont
- [in] Value of double.
- b_cont
- [in] Value of double.
- r_gamma
- [in] Value of double.
- g_gamma
- [in] Value of double.
- b_gamma
- [in] Value of double.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IIXC_Page.