[]
PDF "J" operator. Set the line cap style in the graphics state.
public class SetLineCapStyle : OperatorBase
Initializes a new instance of the SetLineCapStyle class.
public SetLineCapStyle(LineCapStyle lineCap)
lineCap
LineCapStyleThe value of LineCap.
Initializes a new instance of the SetLineCapStyle class.
public SetLineCapStyle(int lineCap)
lineCap
intThe value of LineCap as it specified in PDF content stream.
The line cap style.
public readonly LineCapStyle LineCap
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.