Aspose::Pdf::Operators::SetGrayStroke class

SetGrayStroke class

Class representing gray level for stroking operations.

class SetGrayStroke : public Aspose::Pdf::Operators::SetColorOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Gray() constGets the level of gray value.
get_Index()Operator index in page operators list.
getColor() overrideReturns color specified by operator.
static IsTextShowOperator(System::SharedPtr<Operator>)Determines if the operator is operator which responsible for text output (Tj, TJ, etc)
set_Gray(double)Sets the level of gray value.
set_Index(int32_t)Operator index in page operators list.
SetGrayStroke(double)Initializes operator with the specified color.
ToString() const overrideReturns text representation of operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also