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

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

Получает вариант по его имени.

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

ReturnValue

Найденный параметр.

См. также

OptionCollection::idx_get(int32_t) method

Получает вариант по индексу.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(int32_t index)
ПараметрТипОписание
индексint32_tИндекс параметра.

ReturnValue

Option on the specified index.

См. также