|  | This document is archived and information here might be outdated. Recommended version. | 
Indicates if Gamma stretch should be applied.
[Visual Basic .NET]
Public Property UseGamma As Boolean
[C#]
public bool UseGamma {get; set;}
[C++]
HRESULT get_UseGamma(
  VARIANT_BOOL pUseGamma
);
[C++]
HRESULT put_UseGamma(
  Boolean* pUseGamma
);
[C++] Parameters pUseGamma [in]
pUseGamma is a parameter of type bool pUseGamma [out, retval]
pUseGamma is a parameter of type bool*