Click or drag to resize

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

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 LLExportOver(
	Stream destStream,
	SizeF pageSize,
	AnnotationUnit units,
	Dpi resolution,
	LayerAnnotation layer,
	int frameIndex
)

Parameters

destStream
Type: System.IOStream
pageSize
Type: System.DrawingSizeF
units
Type: Atalasoft.AnnotateAnnotationUnit
resolution
Type: Atalasoft.ImagingDpi
layer
Type: Atalasoft.Annotate.UILayerAnnotation
frameIndex
Type: SystemInt32
See Also