[]
PDF "j" operator. Set the line join style in the graphics state.
public class SetLineJoinStyle : OperatorBase
Initializes a new instance of the SetLineJoinStyle class.
public SetLineJoinStyle(LineJoinStyle lineJoin)
lineJoin
LineJoinStyleThe value of LineJoin.
Initializes a new instance of the SetLineJoinStyle class.
public SetLineJoinStyle(int lineJoin)
lineJoin
intThe value of LineJoin as it specified in PDF content stream.
The line join style.
public readonly LineJoinStyle LineJoin
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.