Aspose::Pdf::Forms::OptionCollection::idx_get method

OptionCollection::idx_get(int32_t) method

Gets option by index.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the option.

ReturnValue

Option on the specified index.

See Also

OptionCollection::idx_get(System::String) method

Gets option by its name.

System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(System::String name)
ParameterTypeDescription
nameSystem::StringName of the option.

ReturnValue

Found option.

See Also