Click or drag to resize

AnnotationExporterExportOver Method (Stream, SizeF, AnnotationUnit, Dpi, LayerCollection)

Export a set of annotations over an existing stream.

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
public void ExportOver(
	Stream destStream,
	SizeF[] pageSizes,
	AnnotationUnit units,
	Dpi[] resolutions,
	LayerCollection 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.Annotate.UILayerCollection
A collection of pages of annotations.
See Also