Aspose::Pdf::Forms::OptionCollection::get method

OptionCollection::get(int32_t) method

Gets option by index.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(int32_t index)
ParameterTypeDescription
indexint32_tOption index. Index should be in range [1..n] where n is options count.

ReturnValue

Retreived option.

See Also

OptionCollection::get(System::String) method

Gets option from colleciton by option name.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(System::String name)
ParameterTypeDescription
nameSystem::StringOption name.

ReturnValue

Retreived option.

See Also