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
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Name() const | Gets name of graphic state resource. |
GS(System::String) | Initializes gs operator. |
set_Name(System::String) | Sets name of graphic state resource. |
ToString() const override | Returns string representation of operator. |
See Also
- Class Operator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++