public ResourceRedactionAnnotator(AnnotationDataEntity annotationData, PageInfo pageInfo)
     : base(annotationData, pageInfo)
 {
     this.resourcesRedactionAnnotation = new ResourcesRedactionAnnotation
     {
         Box = GetBox()
     };
 }
 public override AnnotationBase AnnotateWord()
 {
     resourcesRedactionAnnotation = InitAnnotationBase(resourcesRedactionAnnotation) as ResourcesRedactionAnnotation;
     return(resourcesRedactionAnnotation);
 }