PDFSetFillColorNOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the scn (set fill color) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetFillColorNOperator
Constructors¶
PDFSetFillColorNOperator()¶
Initializes a new PDFSetFillColorNOperator object.
PDFSetFillColorNOperator(Double[], PDFCosName)¶
Initializes a new PDFSetFillColorNOperator object.
Parameters
colorComponents Double[]
The color components.
patternID PDFCosName
The pattern ID in the /Resources dictionary.
Properties¶
ColorComponents¶
Gets or sets the color components.
Property Value
Double[]
The color components.
Context¶
Gets the content stream container from which the operator is extracted.
Property Value
PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
PatternID¶
Gets or sets the pattern ID.
Property Value
PDFCosName
The pattern ID in the /Resources dictionary.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.