Class TextRedactionAnnotation

TextRedactionAnnotation class

Represents text redaction annotation properties

public class TextRedactionAnnotation : AnnotationBase, IEquatable<TextRedactionAnnotation>, 
    ITextRedactionAnnotation

Constructors

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

Properties

Name Description
CreatedOn { get; set; } Gets or sets annotation creation date
FontColor { get; set; } Gets or sets text redaction annotation text font color
Id { get; set; } Gets or sets annotation unique identifier. This field is auto-incremented.
Message { get; set; } Gets or sets annotation message
PageNumber { get; set; } Page number where the annotation should be located
Points { get; set; } Gets or sets collection of points that describe rectangles with text
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 the same values
Equals(AnnotationBase) Compares Base Annotations using IEquatable Equals method
override Equals(object) Compares text redaction annotation using standard object Equals method
Equals(TextRedactionAnnotation) Compares text redaction annotation using IEquatable Equals method
override GetHashCode() Returns HashCode of the text redaction annotation

Remarks

Learn more

See Also