AnnotationDataImporter Class |
Namespace: Atalasoft.Annotate.Importers
The AnnotationDataImporter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationDataImporter | Initializes a new instance of the AnnotationDataImporter class |
Name | Description | |
---|---|---|
![]() | FailsafeAnnotationFactory | Gets or sets a delegate that is used to create annotations if an importer is unable to do so. |
![]() | LastErrors | Gets a collection of strings representing errors encountered while importing annotations. |
![]() | PageCount | Gets the total number of pages in a document. |
![]() | Resolution | Gets or sets the target resolution for the annotations. |
![]() | ThrowOnError | Gets or sets whether or not the importer will throw or suppress exceptions. |
![]() | Units | Gets or sets the units of the target for the annotations. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromStream | Constructs a new annotation importer associated with a given stream. |
![]() | GetAnnotationCount | Returns the number of annotations on a conceptual page of a document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import() | Imports all annotations as AnnotationDataCollection. |
![]() | Import(Int32) | Imports a page of annotations as LayerData. |
![]() | Import(Int32, Int32) | Imports a single annotation from a given page of annotations. |
![]() | IsValidFormat | Indicates whether or not an AnnotationDataImporter can recognize a particular data
format. |
![]() | LLGetAnnotationCount | Low level implementation of GetAnnotationCount(Int32). |
![]() | LLGetPageCount | The low-level implementation of PageCount. |
![]() | LLImport(Int32) | Imports all annotations as a LayerData object. |
![]() | LLImport(Int32, Int32) | |
![]() | LLLoad | The low-level implementation of Load(). |
![]() | Load | The load method is used to allow an AnnotationDataImporter to load and to possibly cache
annotations. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAnnotationImported | Raises the AnnotationImported event. |
![]() | OnAnnotationPageImported | Raises the AnnotationPageImported event. |
![]() | OnAnnotationPageImporting | Raises the AnnotationPageImporting event. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AnnotationImported | Raised after a single annotation has been imported. |
![]() | AnnotationPageImported | Raised after a page of annotations has been imported. |
![]() | AnnotationPageImporting | Raised before a page of annotations will be imported. |