[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextRise

Class SetTextRise

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

PDF "Ts" operator. Set the text rise, to rise, which is a number expressed in unscaled text space units. Initial value: 0.

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

Constructors

SetTextRise(float)

Initializes a new instance of the SetTextRise class.

public SetTextRise(float textRise)

Parameters

textRise float

The value of TextRise.

Fields

TextRise

The text rise value.

public readonly float TextRise

Field Value

float

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

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.