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(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe fully qualified field name.

ReturnValue

The field’s value.

See Also