ChoiceField.AddOption
AddOption(string)
تضيف خيارًا جديدًا بالاسم المحدد.
public virtual void AddOption(string optionName)
| Parameter | Type | Description |
|---|---|---|
| optionName | String | اسم الخيار الجديد. |
See Also
- class ChoiceField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
AddOption(string, string)
تضيف خيارًا جديدًا بقيمة تصدير محددة واسم.
public virtual void AddOption(string export, string name)
| Parameter | Type | Description |
|---|---|---|
| export | String | قيمة التصدير. |
| name | String | اسم الخيار الجديد. |
See Also
- class ChoiceField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF