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)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the option. |
ReturnValue
Option on the specified index.
See Also
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
OptionCollection::idx_get(System::String) method
Gets option by its name.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(System::String name)
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the option. |
ReturnValue
Found option.
See Also
- Typedef SharedPtr
- Class Option
- Class String
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++