Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / MoveToNextLineUpdateLeading Class
Members

In This Topic
    MoveToNextLineUpdateLeading Class
    In This Topic
    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
    Object Model
    MoveToNextLineUpdateLeading Class
    Syntax
    'Declaration
     
    Public Class MoveToNextLineUpdateLeading 
       Inherits OperatorBase
    public class MoveToNextLineUpdateLeading : OperatorBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.MoveToNextLineUpdateLeading

    See Also