[]
PDF "d" operator. Set the line dash pattern in the graphics state.
public class SetLineDashPattern : OperatorBase
Initializes a new instance of the SetLineDashPattern class.
public SetLineDashPattern(float dashPhase, float[] dashPattern)
dashPhase
floatThe value of DashPhase.
dashPattern
float[]The value of DashPattern.
The dash pattern.
public readonly float[] DashPattern
The dash phase.
public readonly float DashPhase
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.