Click or drag to resize

PdfOptionCollectionRemoveAt Method

Removes the PdfOption item at the specified index.

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.
Remarks
Options can not be removed from a collection whose parent PdfField has IsLocked set to true.
See Also