Click or drag to resize

PdfAnnotationDataExporterExport Method (PdfDocument, Stream, AnnotationUnit, Dpi, AnnotationDataCollection)

Saves the Pdf file into destStream with exported annotations layers.

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
public void Export(
	PdfDocument doc,
	Stream destStream,
	AnnotationUnit unit,
	Dpi[] resolutions,
	AnnotationDataCollection layers
)

Parameters

doc
Type: Atalasoft.PdfDocPdfDocument
The source document.
destStream
Type: System.IOStream
Destination stream to save the document into.
unit
Type: Atalasoft.AnnotateAnnotationUnit
A unit to measure annotation.
resolutions
Type: Atalasoft.ImagingDpi
Page resolutions.
layers
Type: Atalasoft.AnnotateAnnotationDataCollection
Layers of annotations to save into the file.
See Also