PdfAnnotationDataImporter Class |
Namespace: Atalasoft.Annotate.Importers
The PdfAnnotationDataImporter type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfAnnotationDataImporter() | Constructs a new PdfAnnotationDataImporter. |
![]() | PdfAnnotationDataImporter(Stream) | Constructs a new PdfAnnotationDataImporter for the given stream. |
![]() | PdfAnnotationDataImporter(Stream, String) | Obsolete. Constructs a new PdfAnnotationDataImporter for the given stream. |
![]() | PdfAnnotationDataImporter(Stream, String, String) | Obsolete. Constructs a new PdfAnnotationDataImporter for the given stream. |
Name | Description | |
---|---|---|
![]() | AnnotationDataMergers | Gets a collection of mergers that are used to import annotation data from PDF annotations. |
![]() | AnnotationStream |
The stream which contains the annotation information.
|
![]() | DefaultMerger | Gets the default merger used by DotImage. |
![]() | FailsafeAnnotationFactory | Gets or sets a delegate that is used to create annotations if an importer is unable to do so. (Inherited from AnnotationDataImporter.) |
![]() | LastErrors | Gets a collection of strings representing errors encountered while importing annotations. (Inherited from AnnotationDataImporter.) |
![]() | OwnerPassword | Obsolete.
Gets or sets the owner password to open the PDF containing the annotations.
|
![]() | PageCount | Gets the total number of pages in a document. (Inherited from AnnotationDataImporter.) |
![]() | Resolution | Gets or sets the target resolution for the annotations. (Inherited from AnnotationDataImporter.) |
![]() | SkipUnknownAnnotationTypes |
Gets or sets a value indicating whether to skip unknown annotations.
|
![]() | ThrowOnError | Gets or sets whether or not the importer will throw or suppress exceptions. (Inherited from AnnotationDataImporter.) |
![]() | Units | Gets or sets the units of the target for the annotations. (Inherited from AnnotationDataImporter.) |
![]() | UserPassword | Obsolete.
Gets or sets the user password to open the PDF containing the annotations.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromStream | Returns a new PdfAnnotationDataImporter object attached to the given Stream. (Overrides AnnotationDataImporter.FromStream(Stream).) |
![]() | GetAnnotationCount | Returns the number of annotations on a conceptual page of a document. (Inherited from AnnotationDataImporter.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import() | Imports all annotations as AnnotationDataCollection. (Inherited from AnnotationDataImporter.) |
![]() | Import(Int32) | (Overrides AnnotationDataImporter.Import(Int32).) |
![]() | Import(Int32, Int32) | Imports a single annotation from a given page of annotations. (Inherited from AnnotationDataImporter.) |
![]() | IsValidFormat | Indicates whether or not the stream is a PDF. (Overrides AnnotationDataImporter.IsValidFormat(Stream).) |
![]() | LLGetAnnotationCount | (Overrides AnnotationDataImporter.LLGetAnnotationCount(Int32).) |
![]() | LLGetPageCount | (Overrides AnnotationDataImporter.LLGetPageCount().) |
![]() | LLImport(Int32) | Imports all annotations as a LayerData object. (Inherited from AnnotationDataImporter.) |
![]() | LLImport(Int32, Int32) | (Overrides AnnotationDataImporter.LLImport(Int32, Int32).) |
![]() | LLLoad | (Overrides AnnotationDataImporter.LLLoad().) |
![]() | Load() | The load method is used to allow an AnnotationDataImporter to load and to possibly cache
annotations. (Inherited from AnnotationDataImporter.) |
![]() | Load(SecureString, SecureString) | The load method is used to allow an PdfAnnotationDataImporter to load
annotations from encrypted PDF document. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAnnotationImported | Raises the AnnotationImported event. (Inherited from AnnotationDataImporter.) |
![]() | OnAnnotationPageImported | Raises the AnnotationPageImported event. (Inherited from AnnotationDataImporter.) |
![]() | OnAnnotationPageImporting | Raises the AnnotationPageImporting event. (Inherited from AnnotationDataImporter.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AnnotationImported | Raised after a single annotation has been imported. (Inherited from AnnotationDataImporter.) |
![]() | AnnotationPageImported | Raised after a page of annotations has been imported. (Inherited from AnnotationDataImporter.) |
![]() | AnnotationPageImporting | Raised before a page of annotations will be imported. (Inherited from AnnotationDataImporter.) |
Name | Description | |
---|---|---|
![]() | Loaded | (Inherited from AnnotationDataImporter.) |