Click or drag to resize

PdfAnnotationDataImporter Class

Constructs a new PdfAnnotationDataImporter object.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.ImportersAnnotationDataImporter
    Atalasoft.Annotate.ImportersPdfAnnotationDataImporter

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

The PdfAnnotationDataImporter type exposes the following members.

Constructors
  NameDescription
Public methodPdfAnnotationDataImporter
Constructs a new PdfAnnotationDataImporter.
Public methodPdfAnnotationDataImporter(Stream)
Constructs a new PdfAnnotationDataImporter for the given stream.
Public methodPdfAnnotationDataImporter(Stream, String) Obsolete.
Constructs a new PdfAnnotationDataImporter for the given stream.
Public methodPdfAnnotationDataImporter(Stream, String, String) Obsolete.
Constructs a new PdfAnnotationDataImporter for the given stream.
Top
Properties
  NameDescription
Public propertyAnnotationDataMergers
Gets a collection of mergers that are used to import annotation data from PDF annotations.
Public propertyAnnotationStream
The stream which contains the annotation information.
Public propertyDefaultMerger
Gets the default merger used by DotImage.
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 propertyOwnerPassword Obsolete.
Gets or sets the owner password to open the PDF containing the annotations.
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 propertySkipUnknownAnnotationTypes
Gets or sets a value indicating whether to skip unknown annotations.
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.)
Public propertyUserPassword Obsolete.
Gets or sets the user password to open the PDF containing the annotations.
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
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
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