Class SetCharWidthBoundingBox

SetCharWidthBoundingBox class

Class representing d1 operator (set glyph and bounding box).

public class SetCharWidthBoundingBox : Operator

Constructors

NameDescription
SetCharWidthBoundingBox(double, double, double, double, double, double)Initializes SetCharWidthBoundingBox operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Llx { get; }Lower-left horizontal coordinate of bounding rectangle.
Lly { get; }Lower-left vertical coordinate of bounding rectangle.
Urx { get; }Upper-right horizontal coordinate of bounding rectangle.
Ury { get; }Upper-right vertical coordinate of bounding rectangle.
Wx { get; }Horizontal displacement of glyph.
Wy { get; }Vertical displacement of glyph.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also