Click or drag to resize

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

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
protected abstract void LLExport(
	Stream sourceStream,
	Stream destStream,
	SizeF[] pageSizes,
	AnnotationUnit units,
	Dpi[] resolution,
	LayerCollection layers
)

Parameters

sourceStream
Type: System.IOStream
destStream
Type: System.IOStream
pageSizes
Type: System.DrawingSizeF
units
Type: Atalasoft.AnnotateAnnotationUnit
resolution
Type: Atalasoft.ImagingDpi
layers
Type: Atalasoft.Annotate.UILayerCollection
See Also