Insert a dash on a specific place in this DashCollection.
Namespace: TallComponents.PDF.PensAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void Insert( int index, double dash ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ dash As Double _ ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the dash should be inserted.
- dash
- Type: System..::..Double
The dash to be insert.