Aspose::Pdf::Operators::SetCMYKColorStroke class

SetCMYKColorStroke class

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

class SetCMYKColorStroke : public Aspose::Pdf::Operators::SetColorOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_C() constGets the cyan component.
get_Index()Operator index in page operators list.
get_K() constGets the black component.
get_M() constGets the magenta component.
get_Y() constGets the yellow component.
getColor() overrideReturns the RGB color.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_C(double)Sets the cyan component.
set_Index(int32_t)Operator index in page operators list.
set_K(double)Sets the black component.
set_M(double)Sets the magenta component.
set_Y(double)Sets the yellow component.
SetCMYKColorStroke(double, double, double, double)Initializes operator.
ToString() const overrideReturns text of operator and its parameters.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also