Identifies whether a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync.
public bool CheckedByInformation { get; set; }
Public Property CheckedByInformation As Boolean
public boolean getCheckedByInformation()
public void setCheckedByInformation(boolean value)
true if the filter codec is used; false, otherwise.
A call to has three phases used in identifying a file format. The first phase checks the first few bytes. The second phase checks the file extension. The third phase tries all available codec filters. When this value is 'false', the corresponding file codec is excluded from all phases.
For an example, refer to RasterCodecs.GetCodecInformation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET