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)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Name of the field. |
ReturnValue
Retreived field.
See Also
- Typedef SharedPtr
- Class WidgetAnnotation
- Class String
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index of the field. |
ReturnValue
Retreived field.
See Also
- Typedef SharedPtr
- Class WidgetAnnotation
- Class Form
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++