[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MoveToNextLine

Class MoveToNextLine

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).

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

Constructors

MoveToNextLine(float, float)

Initializes a new instance of the MoveToNextLine class.

public MoveToNextLine(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.