Click or drag to resize

AnnotationDataMerger Delegate

Merges data from one annotation into another, returning the merged annotation.

Namespace:  Atalasoft.Annotate.Importers
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 delegate AnnotationData AnnotationDataMerger(
	AnnotationData pdfAnnotationData,
	AnnotationData serializedAnnotationData
)

Parameters

pdfAnnotationData
Type: Atalasoft.AnnotateAnnotationData
An annotation that was imported from a PDF file
serializedAnnotationData
Type: Atalasoft.AnnotateAnnotationData
An annotation that was extracted from embedded data in the imported PDF annotation

Return Value

Type: AnnotationData
See Also