[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextLeading

SetTextLeading Class

PDF "TL" operator. Set the text leading, to leading, which is a number expressed in unscaled text space units. Text leading is used only by the T*, ', and " operators. Initial value: 0.

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

Constructors

Name Description
SetTextLeading(float)

Initializes a new instance of the SetTextLeading class.

Fields

Name Description
TextLeading

The text leading 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.