[]
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
Initializes a new instance of the MoveToNextLine class.
public MoveToNextLine(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.