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

Form::idx_get(int32_t) method

Gets field of the form by field index.

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

ReturnValue

Retreived field.

See Also

Form::idx_get(System::String) method

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

System::SharedPtr<Aspose::Pdf::Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(System::String name)
ParameterTypeDescription
nameSystem::StringName of the field.

ReturnValue

Retreived field.

See Also