Aspose::Pdf::EmbeddedFileCollection::CopyTo method

EmbeddedFileCollection::CopyTo method

Copies array of FileSpecification object into colleciton.

void Aspose::Pdf::EmbeddedFileCollection::CopyTo(System::ArrayPtr<System::SharedPtr<FileSpecification>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<FileSpecification>>Array of objects which will be copied.
indexint32_tStarting index from which copying will be started.

See Also