[]
PDF "M" operator. Set the miter limit in the graphics state.
public class SetMiterLimit : OperatorBase
Initializes a new instance of the SetMiterLimit class.
public SetMiterLimit(float miterLimit)
miterLimit floatThe value of MiterLimit.
The miter limit.
public readonly float MiterLimit
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.