[]
PDF "Tm" operator. Set the text matrix and the text line matrix. The matrix specified by the operands is not concatenated onto the current text matrix, but replaces it.
public class SetTextMatrix : OperatorBase
Initializes a new instance of the SetTextMatrix class.
public SetTextMatrix(Matrix3x2 matrix)
matrix
System.Numerics.Matrix3x2The value of Matrix.
The text matrix.
public Matrix3x2 Matrix
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.