Click or drag to resize

PdfAnnotationDataExporterLLExport Method (Stream, Stream, SizeF, AnnotationUnit, Dpi, LayerData, Int32)

Low-level implementation of exporting a single page 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 pageSize,
	AnnotationUnit units,
	Dpi resolution,
	LayerData layer,
	int frameIndex
)

Parameters

sourceStream
Type: System.IOStream
The original source stream for the document.
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.AnnotateLayerData
The page of annotations to export.
frameIndex
Type: SystemInt32
The page number for exporting.
See Also