←Select platform

CheckedByInformation Property

Summary

Identifies whether a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync.

Syntax

C#
VB
Java
C++
public bool CheckedByInformation { get; set; } 
Public Property CheckedByInformation As Boolean 
public boolean getCheckedByInformation() 
public void setCheckedByInformation(boolean value) 
             
public: 
property bool CheckedByInformation { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly