Método Aspose::Pdf::Forms::OptionCollection::get

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

Obtiene la opción de la colección por nombre de opción.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(const System::String &name)
ParámetroTipoDescripción
nameconst System::String&Nombre Option.

ReturnValue

Opción recuperada.

Ver también

OptionCollection::get(int32_t) method

Obtiene la opción por índice.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(int32_t index)
ParámetroTipoDescripción
indexint32_tOption índice. El índice debe estar en el rango [1..n] donde n es la cantidad de opciones.

ReturnValue

Opción recuperada.

Ver también