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

IsSlowInformation Property






Identifies whether a particular file codec has been marked as taking a relatively long time to load a file. .NET support
Syntax
public bool IsSlowInformation {get;}
'Declaration
 
Public ReadOnly Property IsSlowInformation As Boolean
'Usage
 
Dim instance As CodecsCodecInformation
Dim value As Boolean
 
value = instance.IsSlowInformation
public bool IsSlowInformation {get;}
 get_IsSlowInformation(); 
public:
property bool IsSlowInformation {
   bool get();
}

Property Value

true if the codec takes a long time to load a file; false, otherwise.
Remarks
Value that indicates whether the codec takes a long time to load. There are 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 'true', it means that the file format can not be identified by looking at the first few bytes of the file.
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.