PDFSetCmykStrokeOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the K (set CMYK level for stroke operations) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetCmykStrokeOperator
Constructors¶
PDFSetCmykStrokeOperator()¶
Initializes a new PDFSetCmykStrokeOperator object.
PDFSetCmykStrokeOperator(Double, Double, Double, Double)¶
Initializes a new PDFSetCmykStrokeOperator object.
Parameters
c Double
The cyan level.
m Double
The magenta level.
y Double
The yellow level.
k Double
The black level.
Properties¶
C¶
Gets or sets the cyan level.
Property Value
Double
The cyan level.
Remarks
The cyan level is in [0, 1] range.
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.
K¶
Gets or sets the black level.
Property Value
Double
The black level.
Remarks
The black level is in [0, 1] range.
M¶
Gets or sets the magenta level.
Property Value
Double
The magenta level.
Remarks
The magenta level is in [0, 1] range.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.
Y¶
Gets or sets the yellow level.
Property Value
Double
The yellow level.
Remarks
The yellow level is in [0, 1] range.