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.
getColor() overrideReturns color specified by operator.
set_Gray(double)Sets the level of gray value.
SetGrayStroke(double)Initializes operator with the specified color.
ToString() const overrideReturns text representation of operator.

See Also