Atalasoft.Annotate.Importers Namespace |
| Class | Description | |
|---|---|---|
| AnnotationDataImporter | AnnotationDataImporter is an abstract base class used to define how annotations are
imported from arbitrary data files into DotImage. | |
| AnnotationDataImportEventArgs | An object representing information about an annotation being imported. | |
| AnnotationDataMergerDictionary | THis is a collection of types and delegates that define how annotations are merged after importing.
| |
| AnnotationDataPageImportEventArgs | An object representing information about a page of annotations being imported. | |
| AnnotationDataPropertyMerger | 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. | |
| PdfAnnotationDataImporter | Constructs a new PdfAnnotationDataImporter object. | |
| XmpAnnotationDataImporter | An object for importing annotations from a stream of XMP data. |
| Delegate | Description | |
|---|---|---|
| AnnotationDataImporterFactory | A delegate for constructing annotations from data that a given AnnotationDataImporter
doesn't understand. | |
| AnnotationDataImportEventHandler | A delegate called after annotation data has been imported. | |
| AnnotationDataMerger | Merges data from one annotation into another, returning the merged annotation. | |
| AnnotationDataPageImportEventHandler | A delegate called for each page imported. |
| Enumeration | Description | |
|---|---|---|
| AnnotationDataPropertyChoice | Enumeration used to select how one property is chosen from a pair of AnnotationData objects. |