Click or drag to resize

DecoderDictionary Class

A dictionary of ImageDecoder objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsDictionaryBase
    Atalasoft.Imaging.CodecDecoderDictionary

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class DecoderDictionary : DictionaryBase

The DecoderDictionary type exposes the following members.

Constructors
  NameDescription
Public methodDecoderDictionary
Initializes a new instance of the DecoderDictionary class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected propertyDictionary
Gets the list of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected propertyInnerHashtable
Gets the list of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public propertyItem
Allows the decoders to be enumerated.
Top
Methods
  NameDescription
Public methodAdd
Add a decoder to the project.
Public methodClear
Clears the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodContains
Determines if a decoder is in the dictionary.
Public methodCopyTo(Array, Int32)
Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
(Inherited from DictionaryBase.)
Public methodCopyTo(DictionaryEntry, Int32)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClear
Performs additional custom processes before clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnClearComplete
Performs additional custom processes after clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnGet
Gets the element with the specified key and value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsert
Performs additional custom processes before inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsertComplete
Performs additional custom processes after inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemove
Performs additional custom processes before removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemoveComplete
Performs additional custom processes after removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSet
Performs additional custom processes before setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSetComplete
Performs additional custom processes after setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnValidate
Performs additional custom processes when validating the element with the specified key and value.
(Inherited from DictionaryBase.)
Public methodRemove
Removes a decoder from the dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Use this static class to add plug-ins to the project, and enumerate through the current plugins that are set.
See Also