[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetWordSpacing

Class SetWordSpacing

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

PDF "Tw" operator. Set the word spacing. Word spacing is used by the Tj, TJ, and ' operators. Initial value: 0.

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

Constructors

SetWordSpacing(float)

Initializes a new instance of the SetWordSpacing class.

public SetWordSpacing(float wordSpacing)

Parameters

wordSpacing float

The value of WordSpacing.

Fields

WordSpacing

The word spacing value.

public readonly float WordSpacing

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.