Click or drag to resize

PdfOptionCollectionAdd Method (String, Boolean)

Add option to a PdfComboField or a PdfListField.

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

Parameters

name
Type: SystemString
Name of new option
selected
Type: SystemBoolean
If option is selected
Remarks
Options can not be added to a collection whose parent PdfField has IsLocked set to true.
See Also