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
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::SharedPtr<Aspose::Pdf::XImage>> | Array to be copied. |
index | int32_t | Index where images will be copied into collection. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class XImage
- Class XImageCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++