Class Reviewer

Reviewer class

Contains elements that contain identifying information about a document reviewer.

public class Reviewer

Constructors

NameDescription
Reviewer()Constructor.

Properties

NameDescription
Color { get; }Color element specifies an RGB value representing the color assigned to a document reviewer’s markup.
CurrentIndex { get; }Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Initials { get; }Contains the initials of a document reviewer.
IX { get; set; }The zero-based index of the element within its parent element.
Name { get; }Name element specifies the name of a document reviewer.
ReviewerID { get; }Contains the ID number of the reviewer adding markup to the document.

See Also