Aspose::Pdf::Operators::GS class

GS class

Class representing gs operator (set parameters from graphic state parameter dictionary).

class GS : public Aspose::Pdf::Operator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Name() constGets name of graphic state resource.
GS(System::String)Initializes gs operator.
set_Name(System::String)Sets name of graphic state resource.
ToString() const overrideReturns string representation of operator.

See Also