Skip to content

PDFSetLineJoinOperator

Namespace: O2S.Components.PDF4NET.Graphics.Operators

Defines the j (set line join) content stream operator.

public class PDFSetLineJoinOperator : PDFContentStreamOperator

Inheritance ObjectPDFContentStreamOperatorPDFSetLineJoinOperator

Constructors

PDFSetLineJoinOperator()

Initializes a new PDFSetLineJoinOperator object.

public PDFSetLineJoinOperator()

PDFSetLineJoinOperator(PDFLineJoin)

Initializes a new PDFSetLineJoinOperator object.

public PDFSetLineJoinOperator(PDFLineJoin lineJoin)

Parameters

lineJoin PDFLineJoin
The line join style.


Properties

Context

Gets the content stream container from which the operator is extracted.

public PDFContentStreamContainer Context { get; internal set; }

Property Value

PDFContentStreamContainer
A content stream container object, a PDFPage or a PDFFormXObject.


LineJoin

Gets or sets the line join.

public PDFLineJoin LineJoin { get; set; }

Property Value

PDFLineJoin
The line join style.


OpCode

Gets the operator code.

public string OpCode { get; }

Property Value

String
The operator code as it is written in the content stream.


Type

Gets or sets the operator type.

public PDFContentStreamOperatorType Type { get; set; }

Property Value

PDFContentStreamOperatorType
The type of this operator.