Click or drag to resize

XmpAnnotationDataImporter Class

An object for importing annotations from a stream of XMP data.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.ImportersAnnotationDataImporter
    Atalasoft.Annotate.ImportersXmpAnnotationDataImporter

Namespace:  Atalasoft.Annotate.Importers
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class XmpAnnotationDataImporter : AnnotationDataImporter

The XmpAnnotationDataImporter type exposes the following members.

Constructors
  NameDescription
Public methodXmpAnnotationDataImporter
Creates a new instance of XmpAnnotationDataImporter.
Public methodXmpAnnotationDataImporter(Stream)
Creates a new instance of XmpAnnotationDataImporter with a stream of XMP data.
Top
Properties
  NameDescription
Public propertyFailsafeAnnotationFactory
Gets or sets a delegate that is used to create annotations if an importer is unable to do so.
(Inherited from AnnotationDataImporter.)
Public propertyLastErrors
Gets a collection of strings representing errors encountered while importing annotations.
(Inherited from AnnotationDataImporter.)
Public propertyPageCount
Gets the total number of pages in a document.
(Inherited from AnnotationDataImporter.)
Public propertyResolution
Gets or sets the target resolution for the annotations.
(Inherited from AnnotationDataImporter.)
Public propertyThrowOnError
Gets or sets whether or not the importer will throw or suppress exceptions.
(Inherited from AnnotationDataImporter.)
Public propertyUnits
Gets or sets the units of the target for the annotations.
(Inherited from AnnotationDataImporter.)
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 methodFromStream
Constructs a new XmpAnnotationDataImporter for the given stream.
(Overrides AnnotationDataImporterFromStream(Stream).)
Public methodGetAnnotationCount
Returns the number of annotations on a conceptual page of a document.
(Inherited from AnnotationDataImporter.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImport
Imports all annotations as AnnotationDataCollection.
(Inherited from AnnotationDataImporter.)
Public methodImport(Int32)
Imports a page of annotations as LayerData.
(Inherited from AnnotationDataImporter.)
Public methodImport(Int32, Int32)
Imports a single annotation from a given page of annotations.
(Inherited from AnnotationDataImporter.)
Public methodIsValidFormat
Indicates if the stream contains XMP data.
(Overrides AnnotationDataImporterIsValidFormat(Stream).)
Protected methodLLGetAnnotationCount
Low level implementation of GetAnnotationCount(Int32).
(Overrides AnnotationDataImporterLLGetAnnotationCount(Int32).)
Protected methodLLGetPageCount
The low-level implementation of PageCount.
(Overrides AnnotationDataImporterLLGetPageCount.)
Protected methodLLImport(Int32)
Imports all annotations as a LayerData object.
(Overrides AnnotationDataImporterLLImport(Int32).)
Protected methodLLImport(Int32, Int32)
Protected methodLLLoad (Overrides AnnotationDataImporterLLLoad.)
Public methodLoad
The load method is used to allow an AnnotationDataImporter to load and to possibly cache annotations.
(Inherited from AnnotationDataImporter.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAnnotationImported
Raises the AnnotationImported event.
(Inherited from AnnotationDataImporter.)
Protected methodOnAnnotationPageImported
Raises the AnnotationPageImported event.
(Inherited from AnnotationDataImporter.)
Protected methodOnAnnotationPageImporting
Raises the AnnotationPageImporting event.
(Inherited from AnnotationDataImporter.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventAnnotationImported
Raised after a single annotation has been imported.
(Inherited from AnnotationDataImporter.)
Public eventAnnotationPageImported
Raised after a page of annotations has been imported.
(Inherited from AnnotationDataImporter.)
Public eventAnnotationPageImporting
Raised before a page of annotations will be imported.
(Inherited from AnnotationDataImporter.)
Top
Fields
  NameDescription
Protected fieldLoaded (Inherited from AnnotationDataImporter.)
Top
See Also