[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextRise

SetTextRise Class

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

Inheritance
SetTextRise
Namespace: GrapeCity.Documents.Pdf.Operators
Assembly: DS.Documents.Pdf.dll
Syntax
public class SetTextRise : OperatorBase
Public Class SetTextRise
    Inherits OperatorBase

Constructors

Name Description
SetTextRise(float)

Initializes a new instance of the SetTextRise class.

Fields

Name Description
TextRise

The text rise value.

Properties

Name Description
Desc

Gets the operator's description.

Name

Gets the operator's PDF name.

Methods

Name Description
IsSame(OperatorBase)

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