ChoiceField.AddOption
AddOption(string)
Adds new option with specified name.
public virtual void AddOption(string optionName)
Parameter | Type | Description |
---|---|---|
optionName | String | Name of the new option. |
See Also
- class ChoiceField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
AddOption(string, string)
Adds new option with specified export value and name.
public virtual void AddOption(string export, string name)
Parameter | Type | Description |
---|---|---|
export | String | Export value. |
name | String | Name of the new option. |
See Also
- class ChoiceField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF