Click or drag to resize

PdfUnknownAnnotationHandler Delegate

Represents a method for selecting a PdfAnnotationExportPolicy to use when an unknown annotation type is encountered.

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 delegate PdfAnnotationExportPolicy PdfUnknownAnnotationHandler(
	AnnotationData annotation
)

Parameters

annotation
Type: Atalasoft.AnnotateAnnotationData
An AnnotationData of an unknown type.

Return Value

Type: PdfAnnotationExportPolicy
The PdfAnnotationExportPolicy that describes how the annotation should be handled.
See Also