SetAdvancedColor Class
Class representing scn operator (set color for non-stroking operations).
Inheritance Hierarchy

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

The SetAdvancedColor type exposes the following members.

Constructors
  NameDescription
Public methodSetAdvancedColor
Initializes operator.
Public methodSetAdvancedColor(Double)
Constructor for scn operartor
Public methodSetAdvancedColor(Double, String)
Constructor for scn operartor.
Public methodSetAdvancedColor(Double, Double, Double, String)
Constructor for scn operator.
Public methodSetAdvancedColor(Double, Double, Double, Double, String)
Constructor for scn operator.
Properties
  NameDescription
Public propertyB
Gets red component of color
(Inherited from BasicSetColorOperator.)
Public propertyC
Gets cyan compoent of CMYK color.
(Inherited from BasicSetColorOperator.)
Public propertyColor
Gets array of color components.
(Inherited from BasicSetColorOperator.)
Public propertyG
Gets green component of color
(Inherited from BasicSetColorOperator.)
Public propertyGrey
Gets black compoent of gray color.
(Inherited from BasicSetColorOperator.)
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyK
Gets black compoent of CMYK color.
(Inherited from BasicSetColorOperator.)
Public propertyM
Gets magenta compoent of CMYK color.
(Inherited from BasicSetColorOperator.)
Public propertyPatternName
Gets Pattern Name.
(Inherited from BasicSetColorAndPatternOperator.)
Public propertyR
Gets red component of color
(Inherited from BasicSetColorOperator.)
Public propertyY
Gets yellow compoent of CMYK color.
(Inherited from BasicSetColorOperator.)
Methods
  NameDescription
Public methodAccept
Accepts visitor object to process operator.
(Overrides OperatorAccept(IOperatorSelector).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodgetColor
Retuns color specified by operator.
(Overrides SetColorOperatorgetColor.)
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