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

In This Topic
    MoveToStartNextLine Class
    In This Topic
    PDF "T*" operator. Move to the start of the next line. This operator has the same effect as the code 0 Tl Td where Tl is the current leading parameter in the text state.
    Object Model
    MoveToStartNextLine Class
    Syntax
    'Declaration
     
    Public Class MoveToStartNextLine 
       Inherits OperatorBase
    public class MoveToStartNextLine : OperatorBase 
    Inheritance Hierarchy

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

    See Also