Aspose::Pdf::Facades::Form::IsRequiredField method

Form::IsRequiredField method

Determines whether field is required or not.

bool Aspose::Pdf::Facades::Form::IsRequiredField(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe name of field.

ReturnValue

True - the field is required; otherwise, false.

See Also