PDFSetRenderingIntentOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the ri (set rendering intent) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetRenderingIntentOperator
Constructors¶
PDFSetRenderingIntentOperator()¶
Initializes a new PDFSetRenderingIntentOperator object.
PDFSetRenderingIntentOperator(PDFCosName)¶
Initializes a new PDFSetRenderingIntentOperator object.
Parameters
renderingIntent PDFCosName
The rendering intent.
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.
OpCode¶
Gets the operator code.
Property Value
String
The operator code as it is written in the content stream.
RenderingIntent¶
Gets or sets the rendering intent.
Property Value
PDFCosName
The rendering intent.
Type¶
Gets or sets the operator type.
Property Value
PDFContentStreamOperatorType
The type of this operator.