[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.EndText

Class EndText

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

PDF "ET" operator. End a text object, discarding the text matrix.

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

public static EndText Instance

Field Value

EndText

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