Aspose::Pdf::Forms::OptionCollection::idx_get metod
OptionCollection::idx_get(const System::String&) method
Hämtar alternativ efter dess namn.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(const System::String &name)
| Parameter | Typ | Beskrivning |
|---|---|---|
| namn | const System::String& | Namnet på alternativet. |
ReturnValue
Hittat alternativ.
Se även
- Typedef SharedPtr
- Class Option
- Class String
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
OptionCollection::idx_get(int32_t) method
Hämtar alternativ efter index.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::idx_get(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för alternativet. |
ReturnValue
Option on the specified index.
Se även
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++