Class MP

MP class

Class representing MP operator (define marked-content point).

public class MP : Operator

Constructors

NameDescription
MP(string)Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Tag { get; set; }Gets or sets marked content tag

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also