[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.Type3SetWidth

Class Type3SetWidth

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

PDF "d0" operator. Set width information for the glyph and declare that the glyph description specifies both its shape and its color.

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

Constructors

Type3SetWidth(float, float)

Initializes a new instance of the Type3SetWidth class.

public Type3SetWidth(float wx, float wy)

Parameters

wx float

The value of Wx.

wy float

The value of Wy.

Fields

Wx

The horizontal displacement in the glyph coordinate system.

public readonly float Wx

Field Value

float

Wy

The vertical displacement in the glyph coordinate system.

public readonly float Wy

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.