Aspose::Pdf::Forms::Form::idx_get метод

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

Получает поле формы по имени поля. Выбрасывает исключение, если поле не найдено.

System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(const System::String &name)
ПараметрТипОписание
имяconst System::String&Имя поля.

ReturnValue

Полученное поле.

См. также

Form::idx_get(int32_t) method

Получает поле формы по индексу поля.

System::SharedPtr<Annotations::WidgetAnnotation> Aspose::Pdf::Forms::Form::idx_get(int32_t index)
ПараметрТипОписание
индексint32_tИндекс поля.

ReturnValue

Полученное поле.

См. также