Click or drag to resize

AnnotationDataMergerDictionary Class

THis is a collection of types and delegates that define how annotations are merged after importing.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryType, AnnotationDataMerger
    Atalasoft.Annotate.ImportersAnnotationDataMergerDictionary

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class AnnotationDataMergerDictionary : Dictionary<Type, AnnotationDataMerger>

The AnnotationDataMergerDictionary type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationDataMergerDictionary
Initializes a new instance of the AnnotationDataMergerDictionary class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryType, AnnotationDataMerger.)
Public propertyCount (Inherited from DictionaryType, AnnotationDataMerger.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryType, AnnotationDataMerger.)
Public propertyKeys (Inherited from DictionaryType, AnnotationDataMerger.)
Public propertyValues (Inherited from DictionaryType, AnnotationDataMerger.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryType, AnnotationDataMerger.)
Public methodClear (Inherited from DictionaryType, AnnotationDataMerger.)
Public methodContainsKey (Inherited from DictionaryType, AnnotationDataMerger.)
Public methodContainsValue (Inherited from DictionaryType, AnnotationDataMerger.)
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 (Inherited from DictionaryType, AnnotationDataMerger.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryType, AnnotationDataMerger.)
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.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryType, AnnotationDataMerger.)
Public methodRemove (Inherited from DictionaryType, AnnotationDataMerger.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryType, AnnotationDataMerger.)
Top
See Also