[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.BeginText

Class BeginText

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

PDF "BT" operator. Begin a text object, initializing the text matrix, Tm , and the text line matrix, Tlm, to the identity matrix. Text objects cannot be nested; a second BT cannot appear before an ET.

public class BeginText : OperatorBase
Inheritance
object
BeginText
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 BeginText class.

public static BeginText Instance

Field Value

BeginText

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