Class ArrowAnnotation

ArrowAnnotation class

Represents arrow annotation properties

public class ArrowAnnotation : AnnotationBase, IArrowAnnotation, IEquatable<ArrowAnnotation>

Constructors

Name Description
ArrowAnnotation() Initializes new instance of ArrowAnnotation class.

Properties

Name Description
Box { get; set; } Gets or sets arrow annotation position
CreatedOn { get; set; } Gets or sets annotation creation date
Id { get; set; } Gets or sets annotation unique identifier. This field is auto-incremented.
Message { get; set; } Gets or sets annotation message
Opacity { get; set; } Gets or sets arrow annotation opacity
PageNumber { get; set; } Page number where the annotation should be located
PenColor { get; set; } Gets or sets arrow annotation pen color
PenStyle { get; set; } Gets or sets arrow annotation pen style
PenWidth { get; set; } Gets or sets arrow annotation pen width
Replies { get; set; } The list of replies (comments) attached to the annotation
StateBeforeAnnotation { get; set; }
Type { get; set; } Gets or sets annotation type
User { get; set; } Gets or sets annotation author

Methods

Name Description
override Clone() Returns new instance with same values
Equals(AnnotationBase) Compares Base Annotations using IEquatable Equals method
Equals(ArrowAnnotation) Compares area annotation using IEquatable Equals method
override Equals(object) Compares arrow annotation using standard object Equals method
override GetHashCode() Returns HashCode of the arrow annotation

Remarks

Learn more

See Also