Click or drag to resize

AnnotationDataExporterExportOver Method (Stream, SizeF, AnnotationUnit, Dpi, AnnotationDataCollection)

Export a set of annotations over an existing stream

Namespace:  Atalasoft.Annotate.Exporters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ExportOver(
	Stream destStream,
	SizeF[] pageSizes,
	AnnotationUnit units,
	Dpi[] resolutions,
	AnnotationDataCollection layers
)

Parameters

destStream
Type: System.IOStream
The destination stream for the document.
pageSizes
Type: System.DrawingSizeF
An array of sizes of the source pages.
units
Type: Atalasoft.AnnotateAnnotationUnit
An array of units in which the page sizes are expressed.
resolutions
Type: Atalasoft.ImagingDpi
An array of resolutions of the pages.
layers
Type: Atalasoft.AnnotateAnnotationDataCollection
A collection of pages of annotations.
Exceptions
ExceptionCondition
Thrown if is null (Nothing in VB).
Thrown if both CanExport and CanExportOver properties are false.
See Also