←Select platform

IsSlowInformation Property

Summary

Identifies whether a particular file codec has been marked as taking a relatively long time to load a file.

Syntax
C#
VB
C++
Java
public bool IsSlowInformation { get; } 
Public ReadOnly Property IsSlowInformation As Boolean 
public boolean 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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly