Class EllipseAnnotation

EllipseAnnotation class

Represents ellipse annotation properties

public class EllipseAnnotation : AnnotationBase, IEllipseAnnotation, IEquatable<EllipseAnnotation>

Constructors

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

Properties

Name Description
BackgroundColor { get; set; } Gets or sets ellipse annotation background color
Box { get; set; } Gets or sets ellipse 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 annotation opacity
PageNumber { get; set; } Page number where the annotation should be located
PenColor { get; set; } Gets or sets ellipse annotation pen color
PenStyle { get; set; } Gets or sets ellipse annotation pen style
PenWidth { get; set; } Gets or sets ellipse annotation pen width
Replies { get; set; } The list of replies (comments) attached to the annotation
StateBeforeAnnotation { get; set; } Stores the previous state of the text. State that was before annotating
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 the same values
Equals(AnnotationBase) Compares Base Annotations using IEquatable Equals method
Equals(EllipseAnnotation) Compares ellipse annotation using IEquatable Equals method
override Equals(object) Compares ellipse annotation using standard object Equals method
override GetHashCode() Returns HashCode of the ellipse annotation

Remarks

Learn more

See Also