PDFSetLineJoinOperator¶
Namespace: O2S.Components.PDF4NET.Graphics.Operators
Defines the j (set line join) content stream operator.
Inheritance Object → PDFContentStreamOperator → PDFSetLineJoinOperator
Constructors¶
PDFSetLineJoinOperator()¶
Initializes a new PDFSetLineJoinOperator object.
PDFSetLineJoinOperator(PDFLineJoin)¶
Initializes a new PDFSetLineJoinOperator object.
Parameters
lineJoin PDFLineJoin
The line join style.
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.
LineJoin¶
Gets or sets the line join.
Property Value
PDFLineJoin
The line join style.
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.