[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.MoveToStartNextLine

Class MoveToStartNextLine

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

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.

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

Fields

Instance

The instance of the MoveToStartNextLine class.

public static MoveToStartNextLine Instance

Field Value

MoveToStartNextLine

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