Removes the path at the specified index of this annotation paths.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void RemovePathAt(
int index
)
VB
Public Sub RemovePathAt (
index As Integer
)
Parameters
- index
- Type: System.Int32
The zero-based index of the path to remove.
See Also