Click or drag to resize

AnnotationDataImporter Methods

The AnnotationDataImporter 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 annotation importer associated with a given stream.
Public methodGetAnnotationCount
Returns the number of annotations on a conceptual page of a document.
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.
Public methodImport(Int32)
Imports a page of annotations as LayerData.
Public methodImport(Int32, Int32)
Imports a single annotation from a given page of annotations.
Public methodIsValidFormat
Indicates whether or not an AnnotationDataImporter can recognize a particular data format.
Protected methodLLGetAnnotationCount
Low level implementation of GetAnnotationCount(Int32).
Protected methodLLGetPageCount
The low-level implementation of PageCount.
Protected methodLLImport(Int32)
Imports all annotations as a LayerData object.
Protected methodLLImport(Int32, Int32)
Protected methodLLLoad
Public methodLoad
The load method is used to allow an AnnotationDataImporter to load and to possibly cache annotations.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAnnotationImported
Raises the AnnotationImported event.
Protected methodOnAnnotationPageImported
Raises the AnnotationPageImported event.
Protected methodOnAnnotationPageImporting
Raises the AnnotationPageImporting event.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also