Aspose::Pdf::Forms::Form::idx_get method

Form::idx_get(const System::String&) method

Gets field of the form by field name. Throws excpetion if the field was not found.

System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(const System::String &name)
ParameterTypeDescription
nameconst System::String&Name of the field.

ReturnValue

Retreived field.

See Also

Form::idx_get(int32_t) method

Gets field of the form by field index.

System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the field.

ReturnValue

Retreived field.

See Also