Click or drag to resize

AnnotationExporter Class

Note: This API is now obsolete.

An abstract base class that encompasses elements for exporting annotations.
Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.UI.Exporters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("AnnotationExporter may be removed from a future release.  Please inherit from AnnotationDataExporter instead.", 
	false)]
public abstract class AnnotationExporter

The AnnotationExporter type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationExporter
Initializes a new instance of the AnnotationExporter class.
Top
Properties
  NameDescription
Public propertyCanExport
Indicates whether or not this AnnotationExporter can do a simple export.
Public propertyCanExportOver
Indicates whether or not this AnnotationExporter can write annotations to a stream without affecting existing contents.
Top
Methods
  NameDescription
Public methodConstruct
A factory method to construct a new AnnotationExporter.
Protected methodCopyStream
Copies the entire source stream to the destination stream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerCollection)
Exports a multiple pages of annotations to a given stream.
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerAnnotation, Int32)
Exports a single page of annotations to a given stream.
Public methodExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerCollection)
Export a set of annotations over an existing stream.
Public methodExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerAnnotation, Int32)
Export a set of annotations over an existing stream.
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 the stream is the correct format.
Protected methodLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerCollection)
Protected methodLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerAnnotation, Int32)
Protected methodLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerCollection)
Protected methodLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerAnnotation, 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