Class MoveTextPositionSetLeading
MoveTextPositionSetLeading class
Class representing TD operator (move position and set leading).
public class MoveTextPositionSetLeading : TextPlaceOperator
Constructors
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
X { get; set; } | X coordinate of text position. |
Y { get; set; } | Y coordinate of text position. |
Methods
Name | Description |
---|
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