Click or drag to resize

AnnotationDataPropertyMerger Class

AnnotationDataPropertyMerger is a utility class that conditionally merges properties from one annotation into another. This class is used as the default property merger in the PdfAnnotationDataImporter.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.ImportersAnnotationDataPropertyMerger

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 AnnotationDataPropertyMerger

The AnnotationDataPropertyMerger type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMergeList
Gets a collection of properties that will be merged from one annotation data object to another.
Top
Methods
  NameDescription
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 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.)
Public methodMergeSpecificCommonProperties
Merges a set of properties from one object into another using the MergeList to select how it will be merged.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
It is unlikely that this class is needed outside of the context of PdfAnnotationDataImporter, although it could be used as a general mechanism for copying public properties from one AnnotationData object to another by name.
See Also