Visual Basic (Declaration) | |
---|---|
Public Property CheckedByInformation As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsCodecInformation Dim value As Boolean instance.CheckedByInformation = value value = instance.CheckedByInformation |
C# | |
---|---|
public bool CheckedByInformation {get; set;} |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)