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)
Syntaxpublic delegate AnnotationData AnnotationDataMerger(
AnnotationData pdfAnnotationData,
AnnotationData serializedAnnotationData
)
Public Delegate Function AnnotationDataMerger (
pdfAnnotationData As AnnotationData,
serializedAnnotationData As AnnotationData
) As AnnotationData
Parameters
- pdfAnnotationData
- Type: Atalasoft.Annotate.AnnotationData
An annotation that was imported from a PDF file - serializedAnnotationData
- Type: Atalasoft.Annotate.AnnotationData
An annotation that was extracted from embedded data in the imported PDF
annotation
Return Value
Type:
AnnotationData
See Also