[]
PDF "Ts" operator. Set the text rise, to rise, which is a number expressed in unscaled text space units. Initial value: 0.
public class SetTextRise : OperatorBase
Initializes a new instance of the SetTextRise class.
public SetTextRise(float textRise)
textRise
floatThe value of TextRise.
The text rise value.
public readonly float TextRise
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.