[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextHorizontalScaling

Class SetTextHorizontalScaling

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

PDF "Tz" operator. Set the horizontal scaling, to (scale / 100). Value is a number specifying the percentage of the normal width. Initial value: 100 (normal width).

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

Constructors

SetTextHorizontalScaling(float)

Initializes a new instance of the SetTextHorizontalScaling class.

public SetTextHorizontalScaling(float scale)

Parameters

scale float

The value of Scale.

Fields

Scale

The horizontal scaling value.

public readonly float Scale

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.