Aspose::Pdf::XImageCollection::CopyTo method

XImageCollection::CopyTo method

Copies array of images into collection.

void Aspose::Pdf::XImageCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Aspose::Pdf::XImage>> array, int32_t index) override
ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<Aspose::Pdf::XImage>>Array to be copied.
indexint32_tIndex where images will be copied into collection.

See Also