Aspose::Pdf::ArtifactCollection::CopyTo method
ArtifactCollection::CopyTo method
Copies colection into an array.
void Aspose::Pdf::ArtifactCollection::CopyTo(System::ArrayPtr<System::SharedPtr<Artifact>> dest, int32_t index) override
Parameter | Type | Description |
---|---|---|
dest | System::ArrayPtr<System::SharedPtr<Artifact>> | Destination array. |
index | int32_t | Starting index. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Artifact
- Class ArtifactCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++