Class SetColorRenderingIntent

SetColorRenderingIntent class

Class representing ri operator (set color rendering intent).

public class SetColorRenderingIntent : Operator

Constructors

NameDescription
SetColorRenderingIntent(string)Set Color Rendering Intent operator constructor.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
IntentName { get; set; }Gets or sets color rendering intent name.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also