SetColorSpaceStroke Class
Class representing CS operator (set color for stroking operations).
Inheritance Hierarchy
SystemObject
  Aspose.PdfOperator
    Aspose.Pdf.OperatorsSetColorSpaceStroke

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class SetColorSpaceStroke : Operator

The SetColorSpaceStroke type exposes the following members.

Constructors
  NameDescription
Public methodSetColorSpaceStroke
Initializes operator.
Properties
  NameDescription
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyName
Gets or sets color space name.
Methods
  NameDescription
Public methodAccept
Accepts visitor object to process operator.
(Overrides OperatorAccept(IOperatorSelector).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns text of operator and its parameters.
(Inherited from Operator.)
See Also