Class BDC
BDC class
class representing BDC operator (Begin marked-content sequence)
public class BDC : Operator
Constructors
Name | Description |
---|
BDC(string) | Initializes operator. |
BDC(string, BDCProperties) | |
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
Properties { get; } | |
Tag { get; set; } | Gets or sets marked content tag |
Methods
Name | Description |
---|
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