Visual Basic (Declaration) | |
---|---|
Public Property CheckedByInformation As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool CheckedByInformation {get; set;} |
Return Value
true if the filter codec is used, false otherwise.For an example, refer to RasterCodecs.GetCodecInformation.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family