Aspose::Pdf::Operators::SetGray class

SetGray class

Set gray level for non-stroking operations.

class SetGray : 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.
SetGray(double)Initializes operator.
ToString() const overrideReturns string representation of operator.
ValueEquals(System::SharedPtr<Operator>)Compares this instance with the given object.

See Also