Removes an dash from this DashCollection.

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Remove(
	double dash
)
Visual Basic
Public Function Remove ( _
	dash As Double _
) As Boolean

Parameters

dash
Type: System..::..Double
The dash to remove.

Return Value

true if removing the dash succeeded/

Remarks

Note that this will remove the first dash which is tha same as the provided value. We recommends to use RemoveAt(index).

See Also