SetColorRenderingIntent

SetColorRenderingIntent class

Class representing ri operator (set color rendering intent).

The SetColorRenderingIntent type exposes the following members:

Constructors

NameDescription
SetColorRenderingIntent(intent_name)Initializes a new instance of the SetColorRenderingIntent class

Properties

NameDescription
indexOperator index in page operators list.
intent_nameGets or sets color rendering intent name.

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