SetDash

SetDash class

Class representing d operator (set line dash pattern).

The SetDash type exposes the following members:

Constructors

NameDescription
SetDash(pattern, phase)Initializes a new instance of the SetDash class

Properties

NameDescription
indexOperator index in page operators list.
patternDash pattern. Array�s elements shall be numbers that specify the lengths of alternating dashes and gaps.
In case of one element array dash and gap lengths are equal.
phaseDash phase. Before beginning to stroke a path, the dash array shall be cycled through, adding up the lengths of dashes and gaps.
When the accumulated length equals the value specified by the dash phase, stroking of the path shall begin,
and the dash array shall be used cyclically from that point onward.

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