This document is archived and information here might be outdated. Recommended version. |
Indicates if the input MS image's statistics and histogram should be kept.
[Visual Basic .NET]
Public Property KeepStatsHistogram As Boolean
[C#]
public bool KeepStatsHistogram {get; set;}
[C++]
HRESULT get_KeepStatsHistogram(
Boolean* pKeep
);
[C++]
HRESULT put_KeepStatsHistogram(
VARIANT_BOOL pKeep
);
[C++] Parameters pKeep [out, retval]
pKeep is a parameter of type bool* pKeep [in]
pKeep is a parameter of type bool