LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsCodecInformation Structure Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsCodecInformation Structure


The following tables list the members exposed by CodecsCodecInformation.

Public Properties

 NameDescription
public Property CheckedByInformationIdentifies if a particular file codec is used when processing a call to RasterCodecs.GetInformation or RasterCodecs.GetInformationAsync.  
public Property ExtensionListGets or sets the list of extensions that the Leadtools codec supports.  
public Property IsPresentDetermines whether or not the Leadtools codec is present on the system.  
public Property IsSlowInformationIdentifies if a particular file codec has been marked as taking a relatively long time to load a file.  
public Property LoadModeGets and sets the load mode for the Leadtools codec.  
public Property NameGets the codec assembly file name.  
Top

Public Methods

 NameDescription
public Method ToStringReturns the value of the Name property.  
Top

See Also