[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.Type3SetWidthAndBoundingBox

Class Type3SetWidthAndBoundingBox

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

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

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

Constructors

Type3SetWidthAndBoundingBox(float, float, float, float, float, float)

Initializes a new instance of the Type3SetWidthAndBoundingBox class.

public Type3SetWidthAndBoundingBox(float wx, float wy, float llx, float lly, float urx, float ury)

Parameters

wx float

The value of Wx.

wy float

The value of Wy.

llx float

The value of LLX.

lly float

The value of LLY.

urx float

The value of URX.

ury float

The value of URY.

Fields

LLX

The X coordinate of the lower-left corner.

public readonly float LLX

Field Value

float

LLY

The Y coordinate of the lower-left corner.

public readonly float LLY

Field Value

float

URX

The X coordinate of the upper-right corner.

public readonly float URX

Field Value

float

URY

The Y coordinate of the upper-right corner.

public readonly float URY

Field Value

float

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.