Aspose::Pdf::Facades::Form::GetField method

Form::GetField method

Gets the field’s value according to its field name.

System::String Aspose::Pdf::Facades::Form::GetField(const System::String &fieldName)
ParameterTypeDescription
fieldNameconst System::String&The fully qualified field name.

ReturnValue

The field’s value.

See Also