Click or drag to resize

PdfAnnotationDataExporter Class

The PdfAnnotationDataExporter object is capable of taking DotImage Annotation objects and translating them into a format suitable for PDF.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.ExportersAnnotationDataExporter
    Atalasoft.Annotate.ExportersPdfAnnotationDataExporter

Namespace:  Atalasoft.Annotate.Exporters
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 PdfAnnotationDataExporter : AnnotationDataExporter

The PdfAnnotationDataExporter type exposes the following members.

Constructors
  NameDescription
Public methodPdfAnnotationDataExporter
Constructs a new PdfAnnotationDataExporter object.
Public methodPdfAnnotationDataExporter(String, String) Obsolete.
Constructs a new PdfAnnotationDataExporter object with passwords set for loading and saving the PDFs.
Top
Properties
  NameDescription
Public propertyAlwaysEmbedAnnotationData
Indicates whether or not the PdfAnnotationDataExporter will embed data representing the DotImage annotation in its entirety.
Public propertyCanExport
For PdfAnnotationDataExporter, this property always return true.
(Overrides AnnotationDataExporterCanExport.)
Public propertyCanExportOver
For PdfAnnotationDataExporter, this property always return false.
(Overrides AnnotationDataExporterCanExportOver.)
Public propertyOverwriteExistingAnnotations
Indicates whether or not the PdfAnnotationDataExporter will overwrite annotations that already exist on a page.
Public propertyOwnerPassword Obsolete.
Gets or sets the owner password to use when opening and saving the PDF.
Public propertyUnknownAnnotationHandler
Sets or gets a handler for unknown annotation types.
Public propertyUserPassword Obsolete.
Gets or sets the user password to use when opening and saving the PDF.
Top
Methods
  NameDescription
Public methodConstruct
Constructs a new PdfAnnotationDataExporter.
(Overrides AnnotationDataExporterConstruct.)
Protected methodCopyStream
Copies the entire source stream to the destination stream.
(Inherited from AnnotationDataExporter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport(PdfDocument, Stream, AnnotationUnit, Dpi, AnnotationDataCollection)
Saves the Pdf file into destStream with exported annotations layers.
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)
Exports a multiple pages of annotations to a given stream.
(Inherited from AnnotationDataExporter.)
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
Exports a single page of annotations to a given stream.
(Inherited from AnnotationDataExporter.)
Public methodExport(PdfDocument, Stream, AnnotationUnit, Dpi, AnnotationDataCollection, SecureString, SecureString)
Saves the Pdf file into destStream with exported annotations layers.
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection, SecureString, SecureString)
Exports a multiple pages of annotations to a given stream.
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32, SecureString, SecureString)
Exports a single page of annotations to a given stream.
Public methodExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)
Export a set of annotations over an existing stream
(Inherited from AnnotationDataExporter.)
Public methodExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
Export a set of annotations over an existing stream.
(Inherited from AnnotationDataExporter.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidFormat
Determines if a stream contains PDF content.
(Overrides AnnotationDataExporterIsValidFormat(Stream).)
Protected methodLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)
Low-level implementation of exporting a multiple pages of annotations to a given stream.
(Overrides AnnotationDataExporterLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection).)
Protected methodLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
Low-level implementation of exporting a single page of annotations to a given stream.
(Overrides AnnotationDataExporterLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32).)
Protected methodLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)
Low-level implementation of exporting a set of annotations over an existing stream.
(Overrides AnnotationDataExporterLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection).)
Protected methodLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
Low-level implementation of exporting a set of annotations over an existing stream.
(Overrides AnnotationDataExporterLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also