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
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<Option>>Array where options wil lbe copied.
indexint32_tStartign index in array.

See Also