Click or drag to resize

AnnotationExporterExportOver Method (Stream, SizeF, AnnotationUnit, Dpi, LayerAnnotation, Int32)

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 pageSize,
	AnnotationUnit units,
	Dpi resolution,
	LayerAnnotation layer,
	int frameIndex
)

Parameters

destStream
Type: System.IOStream
The destination stream for the document.
pageSize
Type: System.DrawingSizeF
The size of the source page.
units
Type: Atalasoft.AnnotateAnnotationUnit
The units in which the page size is expressed.
resolution
Type: Atalasoft.ImagingDpi
The resolution of the page.
layer
Type: Atalasoft.Annotate.UILayerAnnotation
The page of annotations to export.
frameIndex
Type: SystemInt32
The page number for exporting.
See Also