Class BMC

BMC class

Class representing BMC operator (Begin marked-content sequence).

public class BMC : Operator

Constructors

NameDescription
BMC(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 representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also