Click or drag to resize

PdfAnnotationDataImporter Properties

The PdfAnnotationDataImporter type exposes the following members.

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