AnnotationDataExporter Class |
Namespace: Atalasoft.Annotate.Exporters
The AnnotationDataExporter type exposes the following members.
Name | Description | |
---|---|---|
AnnotationDataExporter | Initializes the AnnotationDataExporter. |
Name | Description | |
---|---|---|
CanExport | Gets a value indicating whether or not this AnnotationDataExporter can do a simple
export. | |
CanExportOver | Gets a value indicating whether or not this AnnotationDataExporter can write annotations
to a stream without affecting existing contents. |
Name | Description | |
---|---|---|
Construct | A factory method to construct a new AnnotationDataExporter. | |
CopyStream | Copies the entire source stream to the destination stream. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection) | Exports a multiple pages of annotations to a given stream. | |
Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | 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 | |
ExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | Export a set of annotations over an existing stream. | |
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 the stream is the correct format. | |
LLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection) | Low level implementation of
Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection). | |
LLExport(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | Low level implementation of
Export(Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32). | |
LLExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection) | Low level implementation of
ExportOver(Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection). | |
LLExportOver(Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32) | Low level implementation of
ExportOver(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.) |