[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MoveToNextLineUpdateLeading

Class MoveToNextLineUpdateLeading

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

PDF "TD" operator. Move to the start of the next line, offset from the start of the current line by (tx, ty). As a side effect, this operator sets the leading parameter in the text state. This operator has the same effect as the following code: −ty TL tx ty Td

public class MoveToNextLineUpdateLeading : OperatorBase
Inheritance
object
MoveToNextLineUpdateLeading
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

MoveToNextLineUpdateLeading(float, float)

Initializes a new instance of the MoveToNextLineUpdateLeading class.

public MoveToNextLineUpdateLeading(float tx, float ty)

Parameters

tx float

The value of Tx.

ty float

The value of Ty.

Fields

Tx

The X offset.

public readonly float Tx

Field Value

float

Ty

The Y offset.

public readonly float Ty

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.