PdfAnnotationDataExporter Class |
Namespace: Atalasoft.Annotate.Exporters
The PdfAnnotationDataExporter type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfAnnotationDataExporter | Constructs a new PdfAnnotationDataExporter object. | |
| PdfAnnotationDataExporter(String, String) | Obsolete. Constructs a new PdfAnnotationDataExporter object with passwords set for loading and saving the PDFs. |
| Name | Description | |
|---|---|---|
| AlwaysEmbedAnnotationData | Indicates whether or not the PdfAnnotationDataExporter will embed data representing the DotImage
annotation in its entirety. | |
| CanExport | For PdfAnnotationDataExporter, this property always return true. (Overrides AnnotationDataExporterCanExport.) | |
| CanExportOver | For PdfAnnotationDataExporter, this property always return false. (Overrides AnnotationDataExporterCanExportOver.) | |
| OverwriteExistingAnnotations | Indicates whether or not the PdfAnnotationDataExporter will overwrite annotations that already exist on a
page. | |
| OwnerPassword | Obsolete.
Gets or sets the owner password to use when opening and saving the PDF.
| |
| UnknownAnnotationHandler | Sets or gets a handler for unknown annotation types. | |
| UserPassword | Obsolete.
Gets or sets the user password to use when opening and saving the PDF.
|
| Name | Description | |
|---|---|---|
| Construct | Constructs a new PdfAnnotationDataExporter. (Overrides AnnotationDataExporterConstruct.) | |
| CopyStream | Copies the entire source stream to the destination stream. (Inherited from AnnotationDataExporter.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Export(PdfDocument, Stream, AnnotationUnit, Dpi, AnnotationDataCollection) |
Saves the Pdf file into destStream with exported annotations layers.
| |
| Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection) | Exports a multiple pages of annotations to a given stream. (Inherited from AnnotationDataExporter.) | |
| Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | Exports a single page of annotations to a given stream. (Inherited from AnnotationDataExporter.) | |
| Export(PdfDocument, Stream, AnnotationUnit, Dpi, AnnotationDataCollection, SecureString, SecureString) |
Saves the Pdf file into destStream with exported annotations layers.
| |
| Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection, SecureString, SecureString) | Exports a multiple pages of annotations to a given stream. | |
| Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32, SecureString, SecureString) | Exports a single page of annotations to a given stream. | |
| ExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection) | Export a set of annotations over an existing stream (Inherited from AnnotationDataExporter.) | |
| ExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | Export a set of annotations over an existing stream. (Inherited from AnnotationDataExporter.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsValidFormat | Determines if a stream contains PDF content. (Overrides AnnotationDataExporterIsValidFormat(Stream).) | |
| LLExport(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).) | |
| LLExport(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).) | |
| LLExportOver(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).) | |
| LLExportOver(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).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |