Click or drag to resize

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

Low-level implementation of exporting a multiple pages of annotations to a given stream.

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

Parameters

sourceStream
Type: System.IOStream
The original source stream for the document.
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.
See Also