[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetWordSpacing

SetWordSpacing Class

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

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

Constructors

Name Description
SetWordSpacing(float)

Initializes a new instance of the SetWordSpacing class.

Fields

Name Description
WordSpacing

The word spacing 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.