SetRGBColorStroke Class
Class representing RG operator (set RGB color for stroking operators).
Inheritance Hierarchy

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

The SetRGBColorStroke type exposes the following members.

Constructors
  NameDescription
Public methodSetRGBColorStroke(Color)
Initializes operator with color.
Public methodSetRGBColorStroke(Double, Double, Double)
Initializes operator.
Properties
  NameDescription
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Methods
See Also