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
ParameterTypeDescription
destSystem::ArrayPtr<System::SharedPtr<Artifact>>Destination array.
indexint32_tStarting index.

See Also