[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextLeading

Class SetTextLeading

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

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
Inheritance
object
SetTextLeading
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SetTextLeading(float)

Initializes a new instance of the SetTextLeading class.

public SetTextLeading(float textLeading)

Parameters

textLeading float

The value of TextLeading.

Fields

TextLeading

The text leading value.

public readonly float TextLeading

Field Value

float

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.