Do
Do class
Class representing Do operator (Invoke XObject).
public class Do : Operator
Constructors
Name |
Description |
Do() |
Constructs new Do operator. Used for retrieving all Do operators, i.e. without checking their argument names. |
Do(string) |
Constructs new Do operator. |
Properties
Name |
Description |
Index { get; set; } |
Operator index in page operators list. |
Name { get; set; } |
Name of XObject argument of the operator. |
Methods
Name |
Description |
override Accept(IOperatorSelector) |
Accepts visitor object to process operator. |
override ToString() |
Returns text representation of operator. |
See Also