Click or drag to resize

AnnotationDataExporter Methods

The AnnotationDataExporter type exposes the following members.

Methods
  NameDescription
Public methodConstruct
A factory method to construct a new AnnotationDataExporter.
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, AnnotationDataCollection)
Exports a multiple pages of annotations to a given stream.
Public methodExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
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
Public methodExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, 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, AnnotationDataCollection)
Protected methodLLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)
Protected methodLLExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)
Protected methodLLExportOver(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