PdfOptionCollectionRemoveAt Method |
Removes the
PdfOption item at the specified
index.
Namespace:
RadPdf.Data.Document.Objects.FormFields.Options
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
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