[]
PDF "Tw" operator. Set the word spacing. Word spacing is used by the Tj, TJ, and ' operators. Initial value: 0.
public class SetWordSpacing : OperatorBase
Initializes a new instance of the SetWordSpacing class.
public SetWordSpacing(float wordSpacing)
wordSpacing
floatThe value of WordSpacing.
The word spacing value.
public readonly float WordSpacing
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.