An event that is raised for each PDF annotation successfully exported.
The event handler receives an argument of type AnnotationEventArgs containing data related to this event. The following AnnotationEventArgs properties provide information specific to this event.
Property | Description |
---|
AnnotationName | The name of a PDF annotation. |
AnnotationNumber | A zero-based index that identifies the PDF annotation on a specific page. |
AnnotationType | The type of PDF annotation. |
PageNumber | A zero-based index that identifies the page that the annotation is on in a PDF document. |