Aspose::Pdf::Forms::OptionCollection::CopyTo method
OptionCollection::CopyTo method
Copies options into array.
void Aspose::Pdf::Forms::OptionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Option>> array, int32_t index) override
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<Option>> | Array where options wil lbe copied. |
index | int32_t | Startign index in array. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Option
- Class OptionCollection
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++