[]
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
Initializes a new instance of the MoveToNextLineUpdateLeading class.
public MoveToNextLineUpdateLeading(float tx, float ty)
The X offset.
public readonly float Tx
The Y offset.
public readonly float Ty
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.