Class SetColorSpaceStroke
SetColorSpaceStroke class
Class representing CS operator (set color for stroking operations).
public class SetColorSpaceStroke : Operator
Constructors
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| Name { get; set; } | Gets or sets color space name. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Returns text of operator and its parameters. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also