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)
ParameterTypeDescription
fieldNameconst System::String&The name of field.

ReturnValue

True - the field is required; otherwise, false.

See Also