[]
PDF "Td" operator. Move to the start of the next line, offset from the start of the current line by (tx, ty).
public class MoveToNextLine : OperatorBase
Public Class MoveToNextLine
Inherits OperatorBase
| Name | Description |
|---|---|
| MoveToNextLine(float, float) | Initializes a new instance of the MoveToNextLine 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. |