IIXC_Page::Correction Method

From PDF XChange PDF SDK
Revision as of 03:51, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The method of interface of PDF-XChange Editor SDK.

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.