Reviewer Class

Contains elements that contain identifying information about a document reviewer.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramReviewer

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Reviewer

The Reviewer type exposes the following members.

Constructors
  NameDescription
Public methodReviewer
Constructor.
Properties
  NameDescription
Public propertyColor
Color element specifies an RGB value representing the color assigned to a document reviewer's markup.
Public propertyCurrentIndex
Indicates the value of the MarkerIndex element that will be added when the current reviewer adds another comment to the document.
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyInitials
Contains the initials of a document reviewer.
Public propertyIX
The zero-based index of the element within its parent element.
Public propertyName
Name element specifies the name of a document reviewer.
Public propertyReviewerID
Contains the ID number of the reviewer adding markup to the document.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also