LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CheckedByInformation Property

Show in webframe







Identifies whether a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync.
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;}

            
public boolean getCheckedByInformation()
public void setCheckedByInformation(boolean value)
            
 
get_CheckedByInformation();
set_CheckedByInformation(value);
Object.defineProperty('CheckedByInformation');
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

See Also

Reference

CodecsCodecInformation Structure
CodecsCodecInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.