Click or drag to resize

PdfAnnotationDataImporter Methods

The PdfAnnotationDataImporter 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
Returns a new PdfAnnotationDataImporter object attached to 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) (Overrides AnnotationDataImporterImport(Int32).)
Public methodImport(Int32, Int32)
Imports a single annotation from a given page of annotations.
(Inherited from AnnotationDataImporter.)
Public methodIsValidFormat
Indicates whether or not the stream is a PDF.
(Overrides AnnotationDataImporterIsValidFormat(Stream).)
Protected methodLLGetAnnotationCount (Overrides AnnotationDataImporterLLGetAnnotationCount(Int32).)
Protected methodLLGetPageCount (Overrides AnnotationDataImporterLLGetPageCount.)
Protected methodLLImport(Int32)
Imports all annotations as a LayerData object.
(Inherited from AnnotationDataImporter.)
Protected methodLLImport(Int32, Int32) (Overrides AnnotationDataImporterLLImport(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.)
Public methodLoad(SecureString, SecureString)
The load method is used to allow an PdfAnnotationDataImporter to load annotations from encrypted PDF document.
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