PdfOptionCollectionAdd Method (String, Boolean) |
Namespace:
RadPdf.Data.Document.Objects.FormFields.Options
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public void Add(
string name,
bool selected
)
Public Sub Add (
name As String,
selected As Boolean
)
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