Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsSlowInformation As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsSlowInformation {get;} |
Return Value
true if the codec takes a long time to load a file, false otherwise.For an example, refer to RasterCodecs.GetCodecInformation.
Value that indicates if 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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family