FormField Constructor (String) |
Create instance of form field.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public FormField(
string label
)
Public Sub New (
label As String
)
public:
FormField(
String^ label
)
new :
label : string -> FormField
Parameters
- label
- Type: SystemString
label of field
See Also