SetMiterLimit

SetMiterLimit class

Class representing M operator (set miter limit).

The SetMiterLimit type exposes the following members:

Constructors

NameDescription
SetMiterLimit(miter_limit)Initializes a new instance of the SetMiterLimit class

Properties

NameDescription
indexOperator index in page operators list.
miter_limitGets or sets the miter limit.

Methods

NameDescription
accept(visitor)Accepts visitor object to process operator.
is_text_show_operator(op)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

See Also