PdfWidgetCollection.RemoveAt Method

Removes the widget at the specified index of the collection.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void RemoveAt(
	int index
)
VB
Public Sub RemoveAt ( 
	index As Integer
)

Parameters

index
Type: System.Int32
The zero-based index of the widget to remove.

See Also