Class AnnotationEventArgs
Provides data for annotation-related events in PDF document processing.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations.EventArgs
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AnnotationEventArgs : EventArgs
Constructors
AnnotationEventArgs()
Declaration
public AnnotationEventArgs()
Properties
Annotation
Gets or sets the annotation associated with the event.
Declaration
public Annotation Annotation { get; set; }
Property Value
|
Annotation
The Annotation instance that triggered the event. |
Handled
Gets or sets a value indicating whether the event has been handled and should not be processed further.
Declaration
public bool Handled { get; set; }
Property Value
|
System.Boolean
|
Page
Gets or sets the PDF page that contains the annotation.
Declaration
public RadFixedPage Page { get; set; }
Property Value
|
RadFixedPage
The RadFixedPage instance where the annotation is located. |