[]
PDF "TL" operator. Set the text leading, to leading, which is a number expressed in unscaled text space units. Text leading is used only by the T*, ', and " operators. Initial value: 0.
public class SetTextLeading : OperatorBase
Initializes a new instance of the SetTextLeading class.
public SetTextLeading(float textLeading)
textLeading
floatThe value of TextLeading.
The text leading value.
public readonly float TextLeading
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.