Click or drag to resize

PdfOptionCollection.Add Method (String, Boolean)

Add option to a PdfComboField or a PdfListField.

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void Add(
	string name,
	bool selected
)

Parameters

name
Type: System.String
Name of new option
selected
Type: System.Boolean
If option is selected
Remarks
Options can not be added to a collection whose parent PdfField has IsLocked 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!