[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MoveToNextLineUpdateLeading

MoveToNextLineUpdateLeading Class

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

Inheritance
MoveToNextLineUpdateLeading
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class MoveToNextLineUpdateLeading : OperatorBase
Public Class MoveToNextLineUpdateLeading
    Inherits OperatorBase

Constructors

Name Description
MoveToNextLineUpdateLeading(float, float)

Initializes a new instance of the MoveToNextLineUpdateLeading class.

Fields

Name Description
Tx

The X offset.

Ty

The Y offset.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

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