/// <summary>
 /// Sets the document global access rights
 /// </summary>
 /// <param name="rights">The access rights value</param>
 /// <returns></returns>
 public AnnotationWidget AccessRights(AnnotationReviewerRights rights)
 {
     _options.AccessRights = rights;
     return(this);
 }
 /// <summary>
 /// Sets the document global access rights
 /// </summary>
 /// <param name="rights">The access rights value</param>
 /// <returns></returns>
 public AnnotationWidget AccessRights(AnnotationReviewerRights rights)
 {
     _options.AccessRights = rights;
     return this;
 }