LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CheckedByInformation Property






Identifies whether a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync. .NET support
Syntax
public bool CheckedByInformation {get; set;}
'Declaration
 
Public Property CheckedByInformation As Boolean
'Usage
 
Dim instance As CodecsCodecInformation
Dim value As Boolean
 
instance.CheckedByInformation = value
 
value = instance.CheckedByInformation
public bool CheckedByInformation {get; set;}
 get_CheckedByInformation();
set_CheckedByInformation(value);
public:
property bool CheckedByInformation {
   bool get();
   void set (    bool value);
}

Property Value

true if the filter codec is used; false, otherwise.
Remarks
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.
Example
For an example, refer to RasterCodecs.GetCodecInformation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsCodecInformation Structure
CodecsCodecInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.