PDFSetStrokeColorSpaceOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the CS (set stroke colorspace) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetStrokeColorSpaceOperator
Constructors¶
PDFSetStrokeColorSpaceOperator()¶
Initializes a new PDFSetStrokeColorSpaceOperator object.
PDFSetStrokeColorSpaceOperator(PDFCosName)¶
Initializes a new PDFSetStrokeColorSpaceOperator object.
Parameters
colorSpaceID PDFCosName
The colorspace ID in the /Resources dictionary.
Properties¶
ColorSpace¶
Gets or sets the colorspace.
Property Value
PDFColorSpace
The colorspace object set by this operator.
ColorSpaceID¶
Gets or sets the colorspace ID.
Property Value
PDFCosName
The colorspace ID in the /Resources dictionary.
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.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.