Click or drag to resize

XmpAnnotationDataImporter Methods

The XmpAnnotationDataImporter type exposes the following members.

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
See Also