[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetCharacterSpacing

SetCharacterSpacing Class

PDF "Tc" operator. Set the character spacing. Character spacing is used by the Tj, TJ, and ' operators. Initial value: 0.

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

Constructors

Name Description
SetCharacterSpacing(float)

Initializes a new instance of the SetCharacterSpacing class.

Fields

Name Description
CharacterSpacing

The character 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.