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)
Syntax public delegate PdfAnnotationDataExporter CreatePdfAnnotationDataExporterHandler(
Object sender,
CreatePdfAnnotationDataExporterEventArgs e
)
Public Delegate Function CreatePdfAnnotationDataExporterHandler (
sender As Object,
e As CreatePdfAnnotationDataExporterEventArgs
) As PdfAnnotationDataExporter
Parameters
- sender
- Type: SystemObject
The object sending the event. - e
- Type: Atalasoft.Annotate.UICreatePdfAnnotationDataExporterEventArgs
An event args with more information about the event
Return Value
Type:
PdfAnnotationDataExporterSee Also