Class GS

GS class

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

public class GS : Operator

Constructors

NameDescription
GS(string)Initializes gs operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Name { get; set; }Gets or sets name of graphic state resource.

Methods

NameDescription
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