Click or drag to resize

PdfRadioButtonItemCollection Remove Method

Removes the specified item from the collection.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Remove(
	PdfRadioButtonListItem item
)

Parameters

item
Type: Spire.Pdf.Fields PdfRadioButtonListItem
Theobject which is to be removed from the collection.
See Also