SetCMYKColorStroke

SetCMYKColorStroke class

Class representing K operator (set CMYK color for stroking operations).

The SetCMYKColorStroke type exposes the following members:

Constructors

NameDescription
SetCMYKColorStroke(c, m, y, k)Initializes a new instance of the SetCMYKColorStroke class

Properties

NameDescription
indexOperator index in page operators list.

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)
get_color()Returns the RGB color

See Also