Accusoft.PdfXpress7.Net
ExportedAnnotation Event




An event that is raised for each PDF annotation successfully exported.
Syntax
'Declaration
 
Public Event ExportedAnnotation As ExportedAnnotationEventHandler
'Usage
 
Dim instance As Document
Dim handler As ExportedAnnotationEventHandler
 
AddHandler instance.ExportedAnnotation, handler
public event ExportedAnnotationEventHandler ExportedAnnotation
public: __event ExportedAnnotationEventHandler* ExportedAnnotation
public:
event ExportedAnnotationEventHandler^ ExportedAnnotation
Event Data

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.

PropertyDescription
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.
See Also

Reference

Document Class
Document Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback