Class SetGlyphsPositionShowText

SetGlyphsPositionShowText class

Class representing TJ operator (show text with glyph positioning).

public class SetGlyphsPositionShowText : TextShowOperator

Constructors

NameDescription
SetGlyphsPositionShowText(IEnumerable<GlyphPosition>)Constructor for TJ operator.

Properties

NameDescription
GlyphPositions { get; }Returns positions of glyphs.
Index { get; set; }Operator index in page operators list.
override Text { get; }Gets text from operator argument (glyph positioning is ignored).

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