Click or drag to resize

PdfOptionCollection.Remove Method

Removes the first occurrence of a specific PdfOption from the PdfOptionCollection.

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdf (in RadPdf.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax
public bool Remove(
	PdfOption item
)

Parameters

item
Type: RadPdf.Data.Document.Objects.FormFields.Options.PdfOption
The PdfOption to remove from the PdfOptionCollection

Return Value

Type: Boolean
true if item was successfully removed from the PdfOptionCollection; otherwise, false. This method also returns false if item is not found in the original PdfOptionCollection.

Implements

ICollection<T>.Remove(T)
Exceptions
Remarks
Options can not be removed from a collection whose parent PdfField hasIsLocked set to true.
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!