PDFSetGraphicsStateOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the gs (set graphics state) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetGraphicsStateOperator
Constructors¶
PDFSetGraphicsStateOperator()¶
Initializes a new PDFSetGraphicsStateOperator object.
PDFSetGraphicsStateOperator(PDFCosName)¶
Initializes a new PDFSetGraphicsStateOperator object.
Parameters
graphicsStateID PDFCosName
The graphics state ID in the /Resources dictionary.
Properties¶
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.
GraphicsStateID¶
Gets or sets the graphics state ID.
Property Value
PDFCosName
The graphics state ID in the /Resources dictionary.
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.