CreatePdfAnnotationDataExporterHandler Delegate |
This delegate is used when viewers need to create a PdfAnnotationDataExporter.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic delegate PdfAnnotationDataExporter CreatePdfAnnotationDataExporterHandler(
Object sender,
CreatePdfAnnotationDataExporterEventArgs e
)
Public Delegate Function CreatePdfAnnotationDataExporterHandler (
sender As Object,
e As CreatePdfAnnotationDataExporterEventArgs
) As PdfAnnotationDataExporter
Parameters
- sender
- Type: System.Object
The object sending the event. - e
- Type: Atalasoft.Annotate.UI.CreatePdfAnnotationDataExporterEventArgs
An event args with more information about the event
Return Value
Type:
PdfAnnotationDataExporter
See Also