[]
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
Initializes a new instance of the Type3SetWidthAndBoundingBox class.
public Type3SetWidthAndBoundingBox(float wx, float wy, float llx, float lly, float urx, float ury)
wx
floatThe value of Wx.
wy
floatThe value of Wy.
llx
floatThe value of LLX.
lly
floatThe value of LLY.
urx
floatThe value of URX.
ury
floatThe value of URY.
The X coordinate of the lower-left corner.
public readonly float LLX
The Y coordinate of the lower-left corner.
public readonly float LLY
The X coordinate of the upper-right corner.
public readonly float URX
The Y coordinate of the upper-right corner.
public readonly float URY
The horizontal displacement in the glyph coordinate system.
public readonly float Wx
The vertical displacement in the glyph coordinate system.
public readonly float Wy
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.