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)
Parameter | Type | Description |
---|---|---|
index | int32_t | Option index. Index should be in range [1..n] where n is options count. |
ReturnValue
Retreived option.
See Also
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
OptionCollection::get(System::String) method
Gets option from colleciton by option name.
System::SharedPtr<Option> Aspose::Pdf::Forms::OptionCollection::get(System::String name)
Parameter | Type | Description |
---|---|---|
name | System::String | Option name. |
ReturnValue
Retreived option.
See Also
- Typedef SharedPtr
- Class Option
- Class String
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++