XmpAnnotationDataImporter Class |
Namespace: Atalasoft.Annotate.Importers
The XmpAnnotationDataImporter type exposes the following members.
| Name | Description | |
|---|---|---|
| XmpAnnotationDataImporter | Creates a new instance of XmpAnnotationDataImporter. | |
| XmpAnnotationDataImporter(Stream) | Creates a new instance of XmpAnnotationDataImporter with a stream of XMP data. |
| Name | Description | |
|---|---|---|
| FailsafeAnnotationFactory | Gets or sets a delegate that is used to create annotations if an importer is unable to do so. (Inherited from AnnotationDataImporter.) | |
| LastErrors | Gets a collection of strings representing errors encountered while importing annotations. (Inherited from AnnotationDataImporter.) | |
| PageCount | Gets the total number of pages in a document. (Inherited from AnnotationDataImporter.) | |
| Resolution | Gets or sets the target resolution for the annotations. (Inherited from AnnotationDataImporter.) | |
| ThrowOnError | Gets or sets whether or not the importer will throw or suppress exceptions. (Inherited from AnnotationDataImporter.) | |
| Units | Gets or sets the units of the target for the annotations. (Inherited from AnnotationDataImporter.) |
| 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 XmpAnnotationDataImporter for the given stream. (Overrides AnnotationDataImporterFromStream(Stream).) | |
| GetAnnotationCount | Returns the number of annotations on a conceptual page of a document. (Inherited from AnnotationDataImporter.) | |
| 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. (Inherited from AnnotationDataImporter.) | |
| Import(Int32) | Imports a page of annotations as LayerData. (Inherited from AnnotationDataImporter.) | |
| Import(Int32, Int32) | Imports a single annotation from a given page of annotations. (Inherited from AnnotationDataImporter.) | |
| IsValidFormat | Indicates if the stream contains XMP data. (Overrides AnnotationDataImporterIsValidFormat(Stream).) | |
| LLGetAnnotationCount |
Low level implementation of GetAnnotationCount(Int32).
(Overrides AnnotationDataImporterLLGetAnnotationCount(Int32).) | |
| LLGetPageCount |
The low-level implementation of PageCount.
(Overrides AnnotationDataImporterLLGetPageCount.) | |
| LLImport(Int32) |
Imports all annotations as a LayerData object.
(Overrides AnnotationDataImporterLLImport(Int32).) | |
| LLImport(Int32, Int32) | (Overrides AnnotationDataImporterLLImport(Int32, Int32).) | |
| LLLoad |
The low-level implementation of Load.
(Overrides AnnotationDataImporterLLLoad.) | |
| Load | The load method is used to allow an AnnotationDataImporter to load and to possibly cache
annotations. (Inherited from AnnotationDataImporter.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAnnotationImported | Raises the AnnotationImported event. (Inherited from AnnotationDataImporter.) | |
| OnAnnotationPageImported | Raises the AnnotationPageImported event. (Inherited from AnnotationDataImporter.) | |
| OnAnnotationPageImporting | Raises the AnnotationPageImporting event. (Inherited from AnnotationDataImporter.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AnnotationImported | Raised after a single annotation has been imported. (Inherited from AnnotationDataImporter.) | |
| AnnotationPageImported | Raised after a page of annotations has been imported. (Inherited from AnnotationDataImporter.) | |
| AnnotationPageImporting | Raised before a page of annotations will be imported. (Inherited from AnnotationDataImporter.) |
| Name | Description | |
|---|---|---|
| Loaded | (Inherited from AnnotationDataImporter.) |