[]
PDF "TD" operator. Move to the start of the next line, offset from the start of the current line by (tx, ty). As a side effect, this operator sets the leading parameter in the text state. This operator has the same effect as the following code: −ty TL tx ty Td
public class MoveToNextLineUpdateLeading : OperatorBase
Public Class MoveToNextLineUpdateLeading
Inherits OperatorBase
| Name | Description |
|---|---|
| MoveToNextLineUpdateLeading(float, float) | Initializes a new instance of the MoveToNextLineUpdateLeading class. |
| Name | Description |
|---|---|
| Tx | The X offset. |
| Ty | The Y offset. |
| Name | Description |
|---|---|
| Desc | Gets the operator's description. |
| Name | Gets the operator's PDF name. |
| Name | Description |
|---|---|
| IsSame(OperatorBase) | Determines whether the provided operator is the same as the current operator. |