Class GS
GS class
Class representing gs operator (set parameters from graphic state parameter dictionary).
public class GS : Operator
Constructors
| Name | Description |
|---|
| GS(string) | Initializes gs operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| Name { get; set; } | Gets or sets name of graphic state resource. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Returns string representation of operator. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also