This document is archived and information here might be outdated. Recommended version. |
Indicates if color correction needs to be applied.
[Visual Basic .NET]
Public Property ApplyColorCorrection As Boolean
[C#]
public bool ApplyColorCorrection {get; set;}
[C++]
HRESULT get_ApplyColorCorrection(
Boolean* pApplyColorCorrection
);
[C++]
HRESULT put_ApplyColorCorrection(
VARIANT_BOOL pApplyColorCorrection
);
[C++] Parameters pApplyColorCorrection [out, retval]
pApplyColorCorrection is a parameter of type bool* pApplyColorCorrection [in]
pApplyColorCorrection is a parameter of type bool