Aspose::Pdf::Operators::SetColorRenderingIntent class

SetColorRenderingIntent class

Class representing ri operator (set color rendering intent).

class SetColorRenderingIntent : public Aspose::Pdf::Operator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Index()Operator index in page operators list.
get_IntentName() constGets color rendering intent name.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_Index(int32_t)Operator index in page operators list.
set_IntentName(System::String)Sets color rendering intent name.
SetColorRenderingIntent(System::String)Set Color Rendering Intent operator constructor.
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also