Aspose::Pdf::Facades::Form::IsRequiredField method
Form::IsRequiredField method
Determines whether field is required or not.
bool Aspose::Pdf::Facades::Form::IsRequiredField(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The name of field. |
ReturnValue
True - the field is required; otherwise, false.
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++